Skip to content

Commit

Permalink
Merge pull request #932 from smallrye/ci/disable-website-deploy-on-1.…
Browse files Browse the repository at this point in the history
…x-tag

Disable website deployment on 0.x / 1.x tags
  • Loading branch information
jponge authored May 24, 2022
2 parents 771dc2b + 8bb7a47 commit ee1f67a
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 ee1f67a

Please sign in to comment.