File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Deploy] ( https://github.com/badsyntax/github-action-aws-cloudfront/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/badsyntax/github-action-aws-cloudfront/actions/workflows/deploy.yml )
5
5
[ ![ CodeQL] ( https://github.com/badsyntax/github-action-aws-cloudfront/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/badsyntax/github-action-aws-cloudfront/actions/workflows/codeql-analysis.yml )
6
6
7
- ## Motivation
8
-
9
- I need a quick and easy way to invalidate a list of paths.
10
-
11
- ## Features
12
-
13
- - Invalidate paths
7
+ A GitHub Action to invalidate a list of CloudFront paths.
14
8
15
9
## Getting Started
16
10
@@ -24,19 +18,14 @@ concurrency:
24
18
cancel-in-progress : false
25
19
26
20
on :
27
- repository_dispatch :
28
- workflow_dispatch :
29
- pull_request :
30
- types : [opened, synchronize, reopened, closed]
31
21
push :
32
22
branches :
33
- - master
23
+ - main
34
24
35
25
jobs :
36
26
deploy :
37
- name : ' Deploy '
27
+ name : ' Invalidate Cache '
38
28
runs-on : ubuntu-20.04
39
- if : github.actor != 'dependabot[bot]' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
40
29
steps :
41
30
- uses : actions/checkout@v2
42
31
You can’t perform that action at this time.
0 commit comments