Skip to content

Commit

Permalink
github: limit gh-pages build of tags to (final) semver releases
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz authored and adrianchiris committed Mar 16, 2021
1 parent e44b5ad commit 87975d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
- release-*
tags:
- v*
- v[0-9]+.[0-9]+.[0-9]+
jobs:
build:
name: Update gh-pages
Expand Down

0 comments on commit 87975d0

Please sign in to comment.