Skip to content

Commit

Permalink
Fixed tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram-venkitesh committed Dec 27, 2023
1 parent 3f8cdc2 commit f1b1ca7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/openvex.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
inputs:
tag:
type: string
required: true
description: "GitHub release tag"

permissions: {}

jobs:
vexctl:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1b1ca7

Please sign in to comment.