Skip to content

Commit

Permalink
run deploy if type is ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 13, 2024
1 parent 2ca16e7 commit 2125fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
name: Program / Deploy
runs-on: ubuntu-latest
needs: [test_js, check_tag]
if: needs.test_js.result == 'success' || (needs.check_tag.result == 'success' && needs.check_tag.outputs.type == 'ref')
permissions:
contents: write
steps:
Expand Down

0 comments on commit 2125fe1

Please sign in to comment.