fix(triggers): use $default-branch instead of hard-coding

Co-authored-by: Andy McKay <andymckay@github.com>
This commit is contained in:
Jai Govindani
2020-08-22 14:56:07 +07:00
parent 8b99b795cd
commit 1d9faa8666
+2 -4
View File
@@ -2,11 +2,9 @@ name: iOS starter workflow
on:
push:
branches:
- master
branches: [ $default-branch ]
pull_request:
branches:
- master
branches: [ $default-branch ]
jobs:
build: