Skip to content

Commit

Permalink
Skip CI pushing against v1 branch and any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Apr 14, 2021
1 parent b0917ed commit 3136517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Test this action

on:
push:
branches-ignore:
- v1
tags-ignore:
- '*'
paths-ignore:
- '*.md'
pull_request:
Expand Down

0 comments on commit 3136517

Please sign in to comment.