diff --git a/.gitea/workflows/checkout_fedora-image.yml b/.gitea/workflows/checkout_fedora-image.yml index c35be06..b659923 100644 --- a/.gitea/workflows/checkout_fedora-image.yml +++ b/.gitea/workflows/checkout_fedora-image.yml @@ -2,7 +2,7 @@ name: checkout_fedora-image on: push: - branches: [ devel ] + branches: [ main ] jobs: checkout: @@ -14,6 +14,7 @@ jobs: image: git.phyllo.me/devops/fedora-runner-image:latest steps: - - uses: https://git.phyllo.me/devops/checkout@v5 + - name: Checkout + uses: https://git.phyllo.me/devops/checkout@v5 with: fetch-depth: 0 \ No newline at end of file diff --git a/.gitea/workflows/checkout_ubuntu-image.yml b/.gitea/workflows/checkout_ubuntu-image.yml index 0729ab7..c77ce7f 100644 --- a/.gitea/workflows/checkout_ubuntu-image.yml +++ b/.gitea/workflows/checkout_ubuntu-image.yml @@ -2,7 +2,7 @@ name: checkout_ubuntu-image on: push: - branches: [ devel ] + branches: [ main ] jobs: checkout: @@ -14,6 +14,7 @@ jobs: image: docker.gitea.com/runner-images:ubuntu-latest steps: - - uses: https://git.phyllo.me/devops/checkout@v5 + - name: Checkout + uses: https://git.phyllo.me/devops/checkout@v5 with: fetch-depth: 0 \ No newline at end of file