Skip to content

Commit a78f716

Browse files
committed
Only run on release
Signed-off-by: Phillip Rak <[email protected]>
1 parent cf4d666 commit a78f716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-rancher-components.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and Release Rancher Components
22

33
on:
44
push:
5-
branches:
6-
- release/components/*
5+
tags:
6+
- 'components-v*'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)