Prepare publish on releases/* and master

This commit is contained in:
Kevin Sommer
2021-05-14 21:17:57 +02:00
committed by Keivn Sommer
parent 028ab1d196
commit 79c825cb7a
3 changed files with 50 additions and 5 deletions

32
.github/workflows/ci_publish.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_ci_publish --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: ci_publish
on:
push:
branches:
- master
- 'releases/*'
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run './build.cmd CiPublish'
run: ./build.cmd CiPublish