Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
k4a-l committed Nov 19, 2022
2 parents a2f4b11 + 2a945d5 commit 828ebf7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: jest
on: push
on:
push:
tags-ignore:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 828ebf7

Please sign in to comment.