Skip to content

Commit

Permalink
Add trigger for actions on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Dec 30, 2020
1 parent ff471e4 commit b58d470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: addie_ci
env: {}

on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
Expand Down

0 comments on commit b58d470

Please sign in to comment.