Skip to content

Commit 1d70bb0

Browse files
committed
Update pull request workflow to include 'synchronize' event type
1 parent e72aa19 commit 1d70bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- v[0-9]+.[0-9]+.[0-9]+*
1010
pull_request:
1111
branches: ["main", "development"]
12-
types: [opened, reopened, edited]
12+
types: [opened, reopened, edited, synchronize]
1313

1414
jobs:
1515
test-and-lint:

0 commit comments

Comments
 (0)