Skip to content

Commit 0bbac7c

Browse files
committed
will run tests on pull requests in github actions
1 parent 365b95b commit 0bbac7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/jest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Jest
2-
on: push
2+
on:
3+
pull_request:
4+
types: [opened, edited, reopened, synchronize]
5+
branches:
6+
- dev
37
jobs:
48
test:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)