Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Dec 4, 2020
1 parent e1f934e commit fcd728e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Go

on: [push, pull_request]
on:
push:
branches:
- "*"
pull_request:
branches:
- master

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
HOMEBREW_TOKEN: ${{secrets.HOMEBREW_TOKEN}}

- name: Bump formulae
uses: dawidd6/[email protected]
with:
token: ${{ secrets.HOMEBREW_TOKEN }}
formula: kubecm
uses: dawidd6/[email protected]
with:
token: ${{ secrets.HOMEBREW_TOKEN }}
formula: kubecm

0 comments on commit fcd728e

Please sign in to comment.