Skip to content

Commit bcb6024

Browse files
authored
Update jest.yml
1 parent 4c3d68b commit bcb6024

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/jest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
branches-ignore:
7+
- "renovate/**"
8+
- "dependabot/**"
49

510
jobs:
611
jest:

0 commit comments

Comments
 (0)