Skip to content

Commit de51f70

Browse files
committed
chore(ci): only run web-test-runner tests on push to release branches
will still run on other branches if there's a PR open
1 parent d2ce365 commit de51f70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/web-test-runner.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Run Web Test Runner integration tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- release
8+
- 'spring*'
9+
- 'summer*'
10+
- 'winter*'
511
pull_request:
612

713
env:

0 commit comments

Comments
 (0)