Avoid redundant CI runs

This commit is contained in:
tevador 2023-10-09 19:14:51 +02:00
parent 1c603a23fa
commit 48fa275d04
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: C/C++ CI
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
build-alpine: