Skip to content

Commit 94218dd

Browse files
committed
;ci: disable the release workflow, hopefully
1 parent cdfc508 commit 94218dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: push CI
99
on:
1010
push:
1111
# branches: [ master ]
12+
# disable this workflow:
1213
branches-ignore:
1314
- '**'
1415
paths:

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)
2-
3-
# https://github.com/actions/create-release
2+
# https://github.com/actions/create-release - not ready for prime time, 20200609
43

54
name: Create Release
65

76
on:
87
push:
98
tags: [ '[0-9]*' ]
9+
# disable this workflow:
10+
branches-ignore:
11+
- '**'
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)