Skip to content

Commit

Permalink
Make unit tests / pypi workflow trigger on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Nov 15, 2023
1 parent 50f50e2 commit 7aff5f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Run Tests and Publish PyPI
on:
# Trigger the workflow on push (to main) or pull request
push:
tags:
- "*"
branches:
- main
- "main"
pull_request:
branches:
- main
- "main"
workflow_dispatch:


jobs:
tests:
Expand Down

0 comments on commit 7aff5f5

Please sign in to comment.