From 6962ed458fef909a7cc6ff21eb18f58617869de8 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Thu, 19 Oct 2023 11:49:45 +0200 Subject: [PATCH] filter out PRs in CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a956fe4..556875b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +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" }} with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"