From ab25f8fb14332f9646deab014ba7053372fb4503 Mon Sep 17 00:00:00 2001 From: Ryne Cheow Date: Sat, 23 May 2020 18:23:11 +0800 Subject: [PATCH] feat(#174): Build pipeline to run on feature and PR Signed-off-by: Ryne Cheow --- .github/workflows/swift.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7e560f51..b16ccf26 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -2,7 +2,8 @@ name: Build pipeline on: push: - branches: [master] + branches: + - 'feature/**' pull_request: branches: [master]