mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 02:06:41 +00:00
Run release on tag
This commit is contained in:
parent
da68130c08
commit
239c865eca
2 changed files with 3 additions and 10 deletions
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 a new issue