We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527a3ff commit 9001804Copy full SHA for 9001804
1 file changed
.github/workflows/python_unit_tests.yaml
@@ -2,6 +2,8 @@ name: Python Unit Tests
2
3
on:
4
pull_request:
5
+ push:
6
+ branches: [main, 'releases/**']
7
workflow_dispatch:
8
9
permissions: read-all
0 commit comments