Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 7, 2024
1 parent 1e4ce28 commit 9cc730e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cd.installer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
on:
pull_request:
paths:
- .github/workflows/cd.installer.yml
push:
branches: main
paths: installer.sh
paths:
- installer.sh
- .github/workflows/cd.installer.yml

jobs:
cd:
Expand All @@ -19,4 +24,4 @@ jobs:

- run: aws cloudfront create-invalidation
--distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }}
--paths /installer.sh
--paths / /installer.sh

0 comments on commit 9cc730e

Please sign in to comment.