Skip to content

Commit

Permalink
CI: don't run redundant jobs for push & pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Feb 25, 2021
1 parent f5f1d01 commit b87646f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI
on:
- push
- push:
branches:
- 'master'
- 'release-'
- pull_request

jobs:
Expand Down

0 comments on commit b87646f

Please sign in to comment.