diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6277bea..cc072ac 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -61,9 +61,8 @@ jobs: ./nupst-test help build-all: - name: Build All Platforms (Tag/Main only) + name: Build All Platforms runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') steps: - name: Checkout code