Skip to content

Commit

Permalink
Trigger github action workflow on pull requests to master. (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimCitus committed May 12, 2022
1 parent 94f7c28 commit 72bc623
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ env:
on:
push:
branches:
- "**"
- master
pull_request:
branches:
- master

workflow_dispatch:

Expand Down

0 comments on commit 72bc623

Please sign in to comment.