Skip to content

Commit

Permalink
chore(ci): fix trigger on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x committed Mar 4, 2024
1 parent d13ffc4 commit 8f6faf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
id: check
run: |
if [[ "${COMMENT}" == "@deploy" ]]; then
echo "Proceeding..."
else
curl -f -s -L \
-X POST \
Expand Down

0 comments on commit 8f6faf9

Please sign in to comment.