We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfc508 commit 94218ddCopy full SHA for 94218dd
.github/workflows/push.yml
@@ -9,6 +9,7 @@ name: push CI
9
on:
10
push:
11
# branches: [ master ]
12
+ # disable this workflow:
13
branches-ignore:
14
- '**'
15
paths:
.github/workflows/release.yml
@@ -1,12 +1,14 @@
1
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)
2
-
3
-# https://github.com/actions/create-release
+# https://github.com/actions/create-release - not ready for prime time, 20200609
4
5
name: Create Release
6
7
8
tags: [ '[0-9]*' ]
+ branches-ignore:
+ - '**'
jobs:
build:
0 commit comments