Skip to content

Commit 4f19530

Browse files
committed
workflow triggers
1 parent 388aa18 commit 4f19530

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build-go.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# .github/workflows/release.yaml
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [ "action-workflow" ]
6+
workflow_dispatch:
7+
inputs:
8+
branch:
9+
required: true
10+
default: "workflow-action"
411

512
permissions:
613
contents: write

0 commit comments

Comments
 (0)