update pipeline branch to master
Some checks failed
Minecraft Java Image / build-and-push-ddns (push) Failing after 5s

This commit is contained in:
2025-07-15 17:17:11 -04:00
parent d08e02a46c
commit 17be6f427d

View File

@@ -12,7 +12,7 @@ on:
jobs:
build-and-push-ddns:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
if: gitea.ref == 'refs/heads/master'
steps:
- name: Check out repository code
uses: actions/checkout@v4