Skip to content

Commit 83d0107

Browse files
authored
Run repo workflow on tag (#258)
This commit modifies the repository workflow tempalte to run also on tag runs which was missing. Signed-off-by: Adolfo Garcia Veytia (puerco) <[email protected]>
1 parent 2311a98 commit 83d0107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sourcetool/backends/vcs/github/manage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ name: SLSA Source
3737
on:
3838
push:
3939
branches: [ %s ]
40+
tags: ['**']
4041
permissions: {}
4142
4243
jobs:

0 commit comments

Comments
 (0)