Skip to content

Commit

Permalink
Disable website deployment on 0.x / 1.x tags
Browse files Browse the repository at this point in the history
(cherry picked from commit 8bb7a47)
  • Loading branch information
jponge committed Jun 18, 2022
1 parent a5f3e7e commit 66d4028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "!*"
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
- '[2-9]+.[0-9]+.[0-9]+*'
jobs:
deploy-web-site:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 66d4028

Please sign in to comment.