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 b01bcb5 commit b82759dCopy full SHA for b82759d
.github/workflows/acceptance-tests.yaml
@@ -2,9 +2,7 @@ name: acceptance-testing
2
3
on:
4
# this will allow to run test on main and not modify the status badge when opening a PR
5
- pull_request:
6
- branches:
7
- - main
+ push:
8
9
concurrency:
10
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
0 commit comments