mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-22 04:16:17 +01:00
filter out PRs in CI 4
This commit is contained in:
parent
5a20350b08
commit
fad7bf702f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Adjust compiler output
|
- name: Adjust compiler output
|
||||||
run: mv ../ci-out/_tree-owners ../ci-out/tree-owners.zsh
|
run: mv ../ci-out/_tree-owners ../ci-out/tree-owners.zsh
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
if: github.event_name == "push"
|
if: github.event_name == 'push'
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest"
|
automatic_release_tag: "latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user