Skip to content

Commit e34731d

Browse files
angelocordonlpatmo
authored andcommitted
Update Github Action to trigger on all builds and PRs
1 parent a9873af commit e34731d

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)