diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 780ea12..6b7eb3d 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -5,6 +5,8 @@ on: jobs: build: + name: Build and publish to GHCR + if: github.repository == 'pagefaultgames/rogueserver' env: GO_VERSION: 1.22 runs-on: ubuntu-latest