Skip to content

Commit

Permalink
Fix Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Mar 20, 2020
1 parent 85b5bd0 commit 9f8cd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -3,8 +3,8 @@ name: Build

on:
push:
branches-ignore:
- master
branches:
- "*"
tags-ignore:
- "*"
pull_request:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -3,17 +3,12 @@ name: Release

on:
push:
branches:
- master
tags:
- "*"

jobs:
goreleaser:
runs-on: ubuntu-latest
needs:
- test
if: github.ref != 'refs/heads/master'
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2-beta
Expand Down

0 comments on commit 9f8cd65

Please sign in to comment.