We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4d666 commit a78f716Copy full SHA for a78f716
.github/workflows/release-rancher-components.yml
@@ -2,8 +2,8 @@ name: Build and Release Rancher Components
2
3
on:
4
push:
5
- branches:
6
- - release/components/*
+ tags:
+ - 'components-v*'
7
8
jobs:
9
build:
0 commit comments