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 7f448d8 commit f033105Copy full SHA for f033105
1 file changed
.github/workflows/jest.yml
@@ -1,11 +1,6 @@
1
name: Tests
2
3
-on:
4
- push:
5
- pull_request:
6
- branches-ignore:
7
- - "renovate/**"
8
- - "dependabot/**"
+on: [push, pull_request]
9
10
jobs:
11
jest:
0 commit comments