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 97c69b2 commit 4c3d68bCopy full SHA for 4c3d68b
1 file changed
.github/workflows/jest.yml
@@ -1,14 +1,6 @@
1
name: Tests
2
3
-on:
4
- push:
5
- pull_request:
6
- # Branches from forks have the form 'user:branch-name' so we only run
7
- # this job on pull_request events for branches that look like fork
8
- # branches. Without this we would end up running this job twice for non
9
- # forked PRs, once for the push and then once for opening the PR.
10
- branches:
11
- - '**:**'
+on: [push, pull_request]
12
13
jobs:
14
jest:
0 commit comments