Skip to content

Commit

Permalink
add tags back to triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 29, 2020
1 parent c29fdd2 commit da0383e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
# Trigger the workflow on push to main branch
push:
branches:
- main
- master
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
branches:
- master
Expand Down

0 comments on commit da0383e

Please sign in to comment.