Skip to content

Commit

Permalink
Merge pull request #37 from vimeo/workflow-on-dispatch
Browse files Browse the repository at this point in the history
Allow the Go Workflow to be Triggered Manually
  • Loading branch information
sergiosalvatore authored Dec 16, 2022
2 parents 78abf1e + 4a6c561 commit b1151ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go
on: [push]
on: [push, workflow_dispatch]
jobs:
build:
name: Build
Expand Down

0 comments on commit b1151ab

Please sign in to comment.