Skip to content

Commit

Permalink
enable release by branch with feature/*
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 342c0ce commit aa94eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# run: npm run test

publish_release:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/')
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/') || startsWith(github.ref, 'refs/heads/feature/')
runs-on: ubuntu-latest
#needs: integration_tests
environment:
Expand Down

0 comments on commit aa94eff

Please sign in to comment.