Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add links to pull_request / push events that trigger workflows
  • Loading branch information
dorny authored Jun 15, 2020
1 parent 9ef7936 commit 4eb15bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Github workflows built-in [path filters](https://help.github.com/en/actions/refe
doesn't allow this because they doesn't work on a level of individual jobs or steps.

Action supports workflows triggered by:
- Pull request: changes are detected against the base branch
- Push: changes are detected against the most recent commit on the same branch before the push
- **[pull_request](https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request)**: changes are detected against the base branch
- **[push](https://help.github.com/en/actions/reference/events-that-trigger-workflows#push-event-push)**: changes are detected against the most recent commit on the same branch before the push

## Usage

Expand Down Expand Up @@ -41,9 +41,6 @@ on:
branches:
- master
pull_request:
types:
- opened
- synchronize
branches:
- master
jobs:
Expand Down

0 comments on commit 4eb15bc

Please sign in to comment.