We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b95b commit 0bbac7cCopy full SHA for 0bbac7c
.github/workflows/jest.yml
@@ -1,5 +1,9 @@
1
name: Jest
2
-on: push
+on:
3
+ pull_request:
4
+ types: [opened, edited, reopened, synchronize]
5
+ branches:
6
+ - dev
7
jobs:
8
test:
9
runs-on: ubuntu-latest
0 commit comments