Skip to content

Commit

Permalink
amend: change branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
thepont committed Jun 29, 2023
1 parent 8ae2860 commit 3149630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
NODE_ENV: "development"
publish_pre_release:
branch: release/*
if: contains(github.ref, 'refs/heads/release')
strategy:
matrix:
version: [18]
Expand Down

0 comments on commit 3149630

Please sign in to comment.