Skip to content

Commit

Permalink
fix: only invalidate Cloudfront on build of the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KrijnL committed Aug 23, 2024
1 parent f116f43 commit 54d7f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
needs: Build
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'

steps:
- name: Invalidate CloudFront
Expand Down

0 comments on commit 54d7f39

Please sign in to comment.