You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,11 @@ See the [action.yml](./action.yml) for other action inputs and their description
25
25
26
26
## Usage
27
27
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)
29
33
30
34
### Deploying drafts on each commit and publishing on push to master
31
35
@@ -90,6 +94,7 @@ jobs:
90
94
name: CI
91
95
92
96
on:
97
+
push:
93
98
pull_request:
94
99
types:
95
100
- opened
@@ -145,7 +150,7 @@ jobs:
145
150
comment-on-commit: true
146
151
```
147
152
148
-
### Deploy drafts of pull requests and publish on release created
153
+
### Deploying drafts of pull requests and publish on release created
0 commit comments