;ci: disable the release workflow, hopefully
This commit is contained in:
parent
cdfc508e55
commit
94218ddde2
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -9,6 +9,7 @@ name: push CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches: [ master ]
|
# branches: [ master ]
|
||||||
|
# disable this workflow:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -1,12 +1,14 @@
|
|||||||
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)
|
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)
|
||||||
|
# https://github.com/actions/create-release - not ready for prime time, 20200609
|
||||||
# https://github.com/actions/create-release
|
|
||||||
|
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ '[0-9]*' ]
|
tags: [ '[0-9]*' ]
|
||||||
|
# disable this workflow:
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user