Skip to content

Commit

Permalink
cicd(release): tests not running on tag push (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 4, 2023
1 parent 3ff33b9 commit 8ab77d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ permissions:

jobs:
tests:
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/test.yml
coverage-check:
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')
needs: tests
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ab77d6

Please sign in to comment.