workflow: fix branch typo
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Failing after 2m19s
Mirror dev branch to remote / build (push) Failing after 17s

This commit is contained in:
2005 2024-09-05 17:51:36 +02:00
parent e5c3233d76
commit 035bc5330c
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Build docker images, publish them, deploy to test server
on: on:
push: push:
branches: ["dev"] branches: ["master"]
jobs: jobs:

View file

@ -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