From 5a20350b08f91cf2c44d70b88f7f3dbe5b104201 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Thu, 19 Oct 2023 11:54:37 +0200 Subject: [PATCH] filter out PRs in CI 3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a4e925..afa966d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Adjust compiler output run: mv ../ci-out/_tree-owners ../ci-out/tree-owners.zsh - uses: "marvinpinto/action-automatic-releases@latest" - if: ${{ github.event_name == "push" }} + if: github.event_name == "push" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"