mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
add comment
This commit is contained in:
parent
07258bf699
commit
b1306ef87c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -267,6 +267,9 @@ jobs:
|
||||
runs-on: ubuntu-latest # does not matter which
|
||||
# a prerelase is created when pushing to master
|
||||
# a release is created when a tag will be set
|
||||
# currently it is not supported to have access the env variable here
|
||||
# therefore it has to be added to every step.
|
||||
# if: ${{ github.ref == 'refs/heads/master' || env.IS_RELEASE}}
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
if: ${{ github.ref == 'refs/heads/master' || env.IS_RELEASE}}
|
||||
|
Loading…
Reference in New Issue
Block a user