Skip to content

Commit 543ef62

Browse files
committed
Run the docs workflow when pushing a tag
* The run when pushing a commit bumping the concurrent-ruby version fails as the workflow relies on the tag to exist, but the tag is created later in the release process. So just re-run this workflow automatically when the tag is pushed.
1 parent 1df567d commit 543ef62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish Docs to GitHub Pages
22
on:
33
push:
44
branches: [master]
5+
tags: ['v*']
56
workflow_dispatch:
67

78
permissions:

0 commit comments

Comments
 (0)