Skip to content

Commit

Permalink
Update cicd-deploy-hono-api-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wruiwr authored Oct 10, 2024
1 parent a0e03ef commit 958c972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-deploy-hono-api-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Determine if this is a PR or a push to main
id: determine_context
run: |
echo "${{ github.event_name }}"
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "context=pr" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 958c972

Please sign in to comment.