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