0
0
Fork 0

filter out PRs in CI 2

This commit is contained in:
Adrian Wannenmacher 2023-10-19 11:53:36 +02:00
parent 6962ed458f
commit 21bd30a02b
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 1 additions and 1 deletions

View File

@ -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"