MOBILE-4090 github: Change branch names on scripts
parent
848932d527
commit
3edb08dffd
|
@ -2,7 +2,7 @@ name: Mirror
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, integration ]
|
||||
branches: [ master, main, unscheduled, integration, beta ]
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Prepare
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, integration, freemium-master ]
|
||||
branches: [ master, main, unscheduled, integration, beta, freemium-master, freemium-main ]
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
|
Loading…
Reference in New Issue