Skip to content

Commit 6a626d5

Browse files
authored
Update workflow trigger to make sure Docker image build is also triggered on push to a tag (#1147)
* Update workflow trigger to make sure Docke image build is also triggered on push to a branch. * Add workflow_dispatch trigger so workflow can also be triggered manually.
1 parent dbd7df3 commit 6a626d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/agent-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
push:
66
branches:
77
- master
8+
tags:
9+
- v*.*.*
810
pull_request:
911
branches:
1012
- master
13+
workflow_dispatch:
1114

1215
permissions:
1316
contents: read

0 commit comments

Comments
 (0)