mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 04:45:34 +07:00
Please this time
This commit is contained in:
parent
9966a6a89d
commit
d7218fdfa5
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
release:
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
@ -25,12 +24,12 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Get tag
|
||||
if: github.event_name == 'release'
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
|
||||
- name: Use tag
|
||||
if: github.event_name == 'release'
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
run: echo ${{steps.tag.outputs.tag}}
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
|
Loading…
Reference in New Issue
Block a user