We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50f6b7 commit a3af4c5Copy full SHA for a3af4c5
.github/workflows/integration-tests.yml
@@ -2,6 +2,8 @@ name: Integration Tests
2
on:
3
repository_dispatch:
4
types: [integration-check]
5
+ pull_request:
6
+ branches: [ "main" ]
7
jobs:
8
myEvent:
9
runs-on: ubuntu-latest
0 commit comments