mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +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:
|
||||
Ubuntu:
|
||||
# TODO remove
|
||||
if: false
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -70,9 +67,6 @@ jobs:
|
||||
# name: build_artifact.7z
|
||||
|
||||
MacOS:
|
||||
# TODO remove
|
||||
if: false
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
@ -105,9 +99,6 @@ jobs:
|
||||
- run: cat "${{ github.workspace }}/CI/github.env" >> $GITHUB_ENV
|
||||
|
||||
Windows:
|
||||
# TODO remove
|
||||
if: false
|
||||
|
||||
needs:
|
||||
- Output-Envs
|
||||
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
- push
|
||||
push:
|
||||
tags:
|
||||
- openmw-**
|
||||
|
||||
jobs:
|
||||
Output-Envs:
|
||||
|
Loading…
Reference in New Issue
Block a user