Skip to content

Commit

Permalink
build release only if tag starts with 2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Apr 27, 2023
1 parent 7006055 commit 4abc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
needs: [get_default_envs, build]
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/2')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4abc89d

Please sign in to comment.