We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33ff3d commit 4a274acCopy full SHA for 4a274ac
.github/workflows/go-release.yml
@@ -1,18 +1,16 @@
1
name: Go Release Automation
2
3
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
15
+ workflow_dispatch:
+ inputs:
+ project-name:
+ description: "Project name (e.g., DynamoDbEncryption)"
+ required: true
+ type: string
+ version:
+ description: "Version (e.g., v0.1.0)"
16
17
jobs:
18
get-dafny-version:
0 commit comments