mirror of
https://github.com/Biarity/Sieve.git
synced 2025-01-19 08:31:54 +01:00
33 lines
743 B
YAML
33 lines
743 B
YAML
|
# ------------------------------------------------------------------------------
|
||
|
# <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
|