Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 83902cf

Browse files
authored
Readme changes (#2)
1 parent 77255cf commit 83902cf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ See the [action.yml](./action.yml) for other action inputs and their description
2525

2626
## Usage
2727

28-
Here are some example usages of this action in CI workflows
28+
Here are some ideas of how to configure this action in different workflows...
29+
30+
* [Deploying drafts on each commit and publishing on push to master](https://github.com/South-Paw/action-netlify-deploy#deploying-drafts-on-each-commit-and-publishing-on-push-to-master)
31+
* [Deploying drafts of pull requests and publishing on push to master](https://github.com/South-Paw/action-netlify-deploy#deploying-drafts-of-pull-requests-and-publishing-on-push-to-master)
32+
* [Deploying drafts of pull requests and publish on release created](https://github.com/South-Paw/action-netlify-deploy#deploying-drafts-of-pull-requests-and-publish-on-release-created)
2933

3034
### Deploying drafts on each commit and publishing on push to master
3135

@@ -90,6 +94,7 @@ jobs:
9094
name: CI
9195

9296
on:
97+
push:
9398
pull_request:
9499
types:
95100
- opened
@@ -145,7 +150,7 @@ jobs:
145150
comment-on-commit: true
146151
```
147152
148-
### Deploy drafts of pull requests and publish on release created
153+
### Deploying drafts of pull requests and publish on release created
149154
150155
```yaml
151156
name: CI
@@ -155,6 +160,9 @@ on:
155160
types:
156161
- opened
157162
- synchronize
163+
release:
164+
types:
165+
- created
158166

159167
jobs:
160168

0 commit comments

Comments
 (0)