Skip to content

Commit

Permalink
;ci: disable the release workflow, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jun 9, 2020
1 parent cdfc508 commit 94218dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: push CI
on:
push:
# branches: [ master ]
# disable this workflow:
branches-ignore:
- '**'
paths:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 94218dd

Please sign in to comment.