Skip to content

Commit b82759d

Browse files
committed
Restore acceptance settings
1 parent b01bcb5 commit b82759d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: acceptance-testing
22

33
on:
44
# 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
5+
push:
86

97
concurrency:
108
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"

0 commit comments

Comments
 (0)