Skip to content

Commit a7c5c1d

Browse files
committed
Update Github Action to trigger on all builds and PRs
1 parent 1ba70cc commit a7c5c1d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Jest and Linting
2-
on:
3-
push:
4-
branches:
5-
- master
6-
pull_request:
7-
branches:
8-
- master
2+
on: [push, pull_request]
93

104
jobs:
115
build:

0 commit comments

Comments
 (0)