Skip to content

Commit

Permalink
feat(#174): Build pipeline to run on feature and PR
Browse files Browse the repository at this point in the history
Signed-off-by: Ryne Cheow <[email protected]>
  • Loading branch information
rynecheow committed May 25, 2020
1 parent ebbfdbe commit 78115aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build pipeline

on:
push:
branches: [master]
branches:
- 'feature/**'
pull_request:
branches: [master]

Expand Down

0 comments on commit 78115aa

Please sign in to comment.