Skip to content

Commit

Permalink
feat(pipeline): add master trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestman28 committed Jun 2, 2020
1 parent abfd135 commit b6b0b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: PR Build
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
# push:
# branches:
# - master
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit b6b0b96

Please sign in to comment.