There was an error while loading. Please reload this page.
1 parent 8054b18 commit 51c7ef1Copy full SHA for 51c7ef1
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ jobs:
8
ci:
9
name: CI
10
runs-on: ubuntu-latest
11
+ if: github.event.action == 'opened' || github.event.action == 'synchronize'
12
strategy:
13
fail-fast: false # don't abort all jobs in matrix if one fails
14
matrix:
0 commit comments