Skip to content

Commit ae32b65

Browse files
committed
update PR action to rerun on new commits
1 parent 6b04107 commit ae32b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: PR
55
on:
66
# Triggers the workflow on push or pull request events but only for the master branch
77
pull_request:
8-
types: [opened, reopened]
8+
types: [opened, reopened, synchronize]
99

1010
jobs:
1111
test-and-build:

0 commit comments

Comments
 (0)