Skip to content

Commit 5292775

Browse files
angelocordonLinda Peng
authored and
Linda Peng
committed
Update Github Action to trigger on all builds and PRs
1 parent bf2acad commit 5292775

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

+1-7
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)