We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99075b2 commit 3d13e70Copy full SHA for 3d13e70
1 file changed
.github/workflows/python-integ.yml
@@ -4,9 +4,8 @@ name: Python Integration Tests
4
on:
5
workflow_call:
6
workflow_dispatch:
7
- # TODO: enable this back once the workflow runs without issues
8
- # push:
9
- # branches: main
+ push:
+ branches: main
10
11
jobs:
12
integration:
0 commit comments