Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Sep 28, 2020
1 parent 24b7690 commit 9e22092
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
Even though this action was created to run as a scheduled workflow,
[`on`](https://help.github.com/en/articles/workflow-syntax-for-github-actions#on)
can be replaced by any other trigger.

For example, this will run the action whenever something is pushed on the
`master` branch:

Expand All @@ -50,6 +51,13 @@ on:
- master
```

This will add a button to the action to trigger it manually:

```yml
on:
workflow_dispatch:
```

## Parameters

### `stable_branch`
Expand Down

0 comments on commit 9e22092

Please sign in to comment.