workflow: fix branch typo
This commit is contained in:
parent
e5c3233d76
commit
035bc5330c
|
@ -2,7 +2,7 @@ name: Build docker images, publish them, deploy to test server
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["dev"]
|
branches: ["master"]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: Mirror dev branch to remote
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["dev"]
|
branches: ["master"]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone bare dev branch
|
- name: Clone bare dev branch
|
||||||
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b dev
|
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b master
|
||||||
- name: Cd into directory
|
- name: Cd into directory
|
||||||
run: cd learningpulse
|
run: cd learningpulse
|
||||||
- name: Mirror to github
|
- name: Mirror to github
|
||||||
|
|
Reference in a new issue