Merge pull request #279 from tevador/pr-ci1

Avoid redundant CI runs
This commit is contained in:
tevador 2023-10-09 20:19:32 +02:00 committed by GitHub
commit fa7c0438ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: