Skip to content

Commit 51c7ef1

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
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)