Skip to content

Commit

Permalink
add trn deployment to pipeline (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl authored Oct 3, 2024
1 parent 0c1aa04 commit 62a65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
elif [ ${{ github.ref }} == 'refs/heads/staging' ]; then
pipelineId=1286
elif [ ${{ github.ref }} == 'refs/heads/master' ]; then
pipelineId=1233
pipelineId=1483,1233
else
echo "No pipeline to trigger for ref ${{ github.ref }}"
exit 0
Expand Down

0 comments on commit 62a65e1

Please sign in to comment.