Skip to content

Commit da0383e

Browse files
committed
add tags back to triggers
1 parent c29fdd2 commit da0383e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy_docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
# Trigger the workflow on push to main branch
55
push:
66
branches:
7-
- main
87
- master
8+
tags:
9+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
910

1011
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
1112
jobs:

.github/workflows/test_and_deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
79
pull_request:
810
branches:
911
- master

0 commit comments

Comments
 (0)