fix(triggers): use $default-branch instead of hard-coding
Co-authored-by: Andy McKay <[email protected]>
This commit is contained in:
co-authored by
Andy McKay
parent
8b99b795cd
commit
1d9faa8666
+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