We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12f76f commit 7ba03d3Copy full SHA for 7ba03d3
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: ci
2
3
on:
4
pull_request:
5
+ push:
6
+ branches: [ main ]
7
workflow_dispatch:
8
9
jobs:
.github/workflows/integration-test.yml
@@ -2,6 +2,8 @@ name: integration test
0 commit comments