Skip to content

Commit

Permalink
chore: update ci-cd workflow paths tha trigger updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Mar 16, 2021
1 parent 3759752 commit 6e138b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/awscli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- 'awscli/**'
- 'packages/awscli-core/**'
- 'package.json'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cloudfront_invalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- 'cloudfront_invalidate/**'
- 'package.json'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/iam_access_credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- 'iam_access_credentials/**'
- 'package.json'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- 'awscli/**'
- 'cloudfront_invalidate/**'
- 'iam_access_credentials/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/s3_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- 's3_sync/**'
- 'packages/awscli-core/**'
- 'package.json'
Expand Down

0 comments on commit 6e138b0

Please sign in to comment.