Skip to content

Commit e15a59b

Browse files
committed
Update to be branch agnostic
1 parent 2a7388a commit e15a59b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Run Jasmine Tests
22

3-
on:
4-
push:
5-
branches:
6-
- main # Or your main branch
7-
pull_request:
8-
branches:
9-
- main # Or your main branch
3+
on: [push, pull_request]
104

115
jobs:
126
test:

0 commit comments

Comments
 (0)