;ci: disable the release workflow, hopefully

This commit is contained in:
Simon Michael 2020-06-09 10:28:43 -07:00
parent cdfc508e55
commit 94218ddde2
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,7 @@ name: push CI
on:
push:
# branches: [ master ]
# disable this workflow:
branches-ignore:
- '**'
paths:

View File

@ -1,12 +1,14 @@
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)
# https://github.com/actions/create-release
# https://github.com/actions/create-release - not ready for prime time, 20200609
name: Create Release
on:
push:
tags: [ '[0-9]*' ]
# disable this workflow:
branches-ignore:
- '**'
jobs:
build: