Skip to content

Commit

Permalink
Merge pull request #319 from neutrons/add-action-for-pr
Browse files Browse the repository at this point in the history
Add trigger for actions on pull requests
  • Loading branch information
Kvieta1990 authored Dec 30, 2020
2 parents ff471e4 + b58d470 commit 5d82b37
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 5d82b37

Please sign in to comment.