diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index bacf125..09219ac 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: name: Build Linux Release runs-on: self-hosted needs: check - if: gitea.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4