Skip to content

Commit

Permalink
Also build on tags
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Dec 2, 2023
1 parent 6efd307 commit 3a0ecd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ name: tests

on:
push:
tags-ignore: ["**"]
pull_request:
schedule:
- cron: "0 8 * * *"
Expand Down Expand Up @@ -83,7 +82,7 @@ jobs:
pypi-publish:
name: Publish pipx to PyPI on release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [verify-docs, lint, tests]
needs: [lint, tests]
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
Expand All @@ -108,7 +107,7 @@ jobs:
build-zipapp:
name: Build zipapp
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [verify-docs, lint, tests]
needs: [lint, tests]
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
Expand Down

0 comments on commit 3a0ecd4

Please sign in to comment.