Skip to content

Commit

Permalink
set the name of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 3df96f9 commit 4961398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ 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 4961398

Please sign in to comment.