Skip to content

Commit

Permalink
Merge pull request #450 from peterstace/add_workflow_dispatch_to_gh_a…
Browse files Browse the repository at this point in the history
…ctions

Add `workflow_dispatch` To GH Actions
  • Loading branch information
peterstace committed May 13, 2022
2 parents 035a8b9 + f7754b9 commit 090d005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: golangci-lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
golangci:
name: lint
Expand Down

0 comments on commit 090d005

Please sign in to comment.