Merge pull request #144 from jtpio/ci-all-branches

Trigger CI on all branches for `push` events
pull/6294/head
Jeremy Tuloup 5 years ago committed by GitHub
commit b28c91c9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ name: Build
on:
push:
branches: [ main ]
branches: '*'
pull_request:
branches: '*'

@ -2,7 +2,7 @@ name: Build Utilities
on:
push:
branches: [ main ]
branches: '*'
pull_request:
branches: '*'

Loading…
Cancel
Save