We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74bfcb commit 79841e5Copy full SHA for 79841e5
.github/workflows/integrate.yaml
@@ -4,9 +4,7 @@ name: "Integrate"
4
5
on: # yamllint disable-line rule:truthy
6
pull_request: null
7
- push:
8
- branches:
9
- - "main"
+ push: null
10
11
jobs:
12
code-coverage:
0 commit comments