Skip to content

Commit 7c7b8d3

Browse files
committed
Automatically run test workflow on PRs
Remove unused workflow_dispatch blocking automatic workflow run
1 parent 111cadc commit 7c7b8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77
branches: ["main"]
88
pull_request:
9+
types: [opened, push, reopened, synchronize]
910
branches-ignore: ['dependabot/**']
10-
workflow_dispatch:
1111
schedule:
1212
# schedule weekly tests, since some dependencies are not intended to be pinned
1313
# this means: at 23:42 on Fridays

0 commit comments

Comments
 (0)