Skip to content

Commit

Permalink
add push to tags condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Jun 10, 2021
1 parent c0dddfa commit f600549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit f600549

Please sign in to comment.