Skip to content

Commit

Permalink
Also trigger the Github Actions on push of tags (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored Mar 21, 2021
1 parent 4c1f237 commit 79521d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Python package

on:
# Trigger the workflow on push or pull request, but only for the master branch
push:
tags:
# Trigger the workflow on push of tags
- '*'
branches:
# Trigger the workflow on push to the master branch
- master
pull_request:
branches:
# Trigger the workflow on pull request targeting the master branch
- master

env:
Expand Down

0 comments on commit 79521d5

Please sign in to comment.