Skip to content

Commit

Permalink
Merge pull request #25 from gonzolino/gh-actions-edit
Browse files Browse the repository at this point in the history
Run github actions on more event types
  • Loading branch information
gonzolino authored May 14, 2021
2 parents c83463d + 9c319cb commit 4b895e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main
pull_request:
types:
- edited
- opened
- synchronize
- reopened
branches:
- main
schedule:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Test

on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened
branches:
- main

Expand Down

0 comments on commit 4b895e2

Please sign in to comment.