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.
2 parents 908bc6b + c27f4a9 commit bd74a18Copy full SHA for bd74a18
.github/workflows/acceptance-tests.yaml
@@ -2,7 +2,9 @@ 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
- push:
+ pull_request:
6
+ branches:
7
+ - main
8
9
concurrency:
10
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
0 commit comments