Skip to content

Commit 064152f

Browse files
authored
Update README.md
1 parent 3f17c83 commit 064152f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
[![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)
55
[![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)
66

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.
148

159
## Getting Started
1610

@@ -24,19 +18,14 @@ concurrency:
2418
cancel-in-progress: false
2519

2620
on:
27-
repository_dispatch:
28-
workflow_dispatch:
29-
pull_request:
30-
types: [opened, synchronize, reopened, closed]
3121
push:
3222
branches:
33-
- master
23+
- main
3424

3525
jobs:
3626
deploy:
37-
name: 'Deploy'
27+
name: 'Invalidate Cache'
3828
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)
4029
steps:
4130
- uses: actions/checkout@v2
4231

0 commit comments

Comments
 (0)