mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
Run release on tag
This commit is contained in:
parent
da68130c08
commit
239c865eca
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
@ -9,9 +9,6 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
# TODO remove
|
|
||||||
if: false
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -70,9 +67,6 @@ jobs:
|
|||||||
# name: build_artifact.7z
|
# name: build_artifact.7z
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
# TODO remove
|
|
||||||
if: false
|
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -105,9 +99,6 @@ jobs:
|
|||||||
- run: cat "${{ github.workspace }}/CI/github.env" >> $GITHUB_ENV
|
- run: cat "${{ github.workspace }}/CI/github.env" >> $GITHUB_ENV
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
# TODO remove
|
|
||||||
if: false
|
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
- Output-Envs
|
- Output-Envs
|
||||||
|
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
|
tags:
|
||||||
|
- openmw-**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Output-Envs:
|
Output-Envs:
|
||||||
|
Loading…
Reference in New Issue
Block a user