mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
testing release
This commit is contained in:
parent
66aa7720a8
commit
4299ea0ac2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: haya14busa/action-cond@v1
|
||||
id: check_release
|
||||
with:
|
||||
cond: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
cond: ${{ github.event_name == 'pull_request' }} # && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
if_true: 'stable' # string value
|
||||
if_false: 'development' # string value
|
||||
|
||||
@ -266,7 +266,7 @@ jobs:
|
||||
uses: haya14busa/action-cond@v1
|
||||
id: check_release2
|
||||
with:
|
||||
cond: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
cond: ${{ github.event_name == 'pull_request' }} # && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
|
||||
if_true: 'null' # string value
|
||||
if_false: 'latest_testing' # string value
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user