Skip to content

Commit

Permalink
ci: allow workflow dispatch for go-vod
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed May 15, 2024
1 parent 385836b commit 2887243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-vod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
tags:
- "go-vod/*"
workflow_dispatch:

jobs:
binary:
name: Binary
runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/go-vod/')

container:
image: golang:1.20-bullseye
Expand Down

0 comments on commit 2887243

Please sign in to comment.