Skip to content

Commit

Permalink
disable docs and release workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed May 8, 2020
1 parent 10ad8ef commit 4b37272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: docs

on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches:
- master
branches-ignore:
- '**'

jobs:
docs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release

on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches-ignore:
- '**'

jobs:
release:
Expand Down

0 comments on commit 4b37272

Please sign in to comment.