fix(triggers): use $default-branch instead of hard-coding
Co-authored-by: Andy McKay <andymckay@github.com>
This commit is contained in:
+2
-4
@@ -2,11 +2,9 @@ name: iOS starter workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
branches: [ $default-branch ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user