Skip to content

Commit

Permalink
fix(init): remove needless on.pull_request.tags from test.yml (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Aug 8, 2020
1 parent 76adfa0 commit 8b195dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: ["main"]
pull_request:
branches: ["**"]
tags: ["**"]

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ on:
branches: [\\"main\\"]
pull_request:
branches: [\\"**\\"]
tags: [\\"**\\"]
jobs:
test:
Expand Down

0 comments on commit 8b195dc

Please sign in to comment.