Skip to content

Commit bd74a18

Browse files
authored
Merge pull request #324 from aws-samples/ci
Allow running tests on PRs to main
2 parents 908bc6b + c27f4a9 commit bd74a18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ 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-
push:
5+
pull_request:
6+
branches:
7+
- main
68

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

0 commit comments

Comments
 (0)