Skip to content

Commit

Permalink
Allow to run workflow manually
Browse files Browse the repository at this point in the history
Add the workflow_dispatch to allow manually running github actions.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Sep 3, 2024
1 parent f1063a6 commit 195adc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Go

on:
workflow_dispatch:
branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
Expand Down

0 comments on commit 195adc9

Please sign in to comment.