Skip to content

Commit

Permalink
Allow manual trigger of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Mar 25, 2022
1 parent 775551b commit 7c1c56a
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v[0-9]*'
workflow_dispatch:

jobs:
goreleaser:
Expand Down

0 comments on commit 7c1c56a

Please sign in to comment.