Skip to content

Commit 51c7ef1

Browse files
authored
fix(gha): run CI on PR synchronize
1 parent 8054b18 commit 51c7ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
ci:
99
name: CI
1010
runs-on: ubuntu-latest
11+
if: github.event.action == 'opened' || github.event.action == 'synchronize'
1112
strategy:
1213
fail-fast: false # don't abort all jobs in matrix if one fails
1314
matrix:

0 commit comments

Comments
 (0)