Skip to content

Commit

Permalink
💚 fix workflows to not run when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Aug 31, 2020
1 parent 0bff6f5 commit 6bd1df5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Coverage

on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Code Quality

on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tests

on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
Expand Down

0 comments on commit 6bd1df5

Please sign in to comment.