Skip to content

Commit 4a274ac

Browse files
auto commit
1 parent e33ff3d commit 4a274ac

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/go-release.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
name: Go Release Automation
22

33
on:
4-
push:
5-
branches:
6-
- rishav/go-release
7-
# inputs:
8-
# project-name:
9-
# description: "Project name (e.g., DynamoDbEncryption)"
10-
# required: true
11-
# type: string
12-
# version:
13-
# description: "Version (e.g., v0.1.0)"
14-
# required: true
15-
# type: string
4+
workflow_dispatch:
5+
inputs:
6+
project-name:
7+
description: "Project name (e.g., DynamoDbEncryption)"
8+
required: true
9+
type: string
10+
version:
11+
description: "Version (e.g., v0.1.0)"
12+
required: true
13+
type: string
1614

1715
jobs:
1816
get-dafny-version:

0 commit comments

Comments
 (0)