Skip to content

Commit de5dd98

Browse files
Run tests on pull requests targeting master
1 parent 67a7b18 commit de5dd98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/staging.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
8+
branches:
9+
- master
710

811
jobs:
912
test:
@@ -46,6 +49,7 @@ jobs:
4649
build-and-push:
4750
runs-on: ubuntu-latest
4851
needs: test
52+
if: github.event_name == 'push' # Prevent this job from running on pull requests
4953

5054
steps:
5155
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)