Skip to content

Commit

Permalink
Fix on tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Aug 27, 2021
1 parent 8d50bdb commit d9f32df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish tag docs to gh-pages

on:
push:
tags: v/[1-9]+.[0-9]+.[0-9]+
tags:
- v/[1-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down

0 comments on commit d9f32df

Please sign in to comment.