Skip to content

Commit

Permalink
update stable tag when the latest version release branch is updated
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Kothiwal <[email protected]>
  • Loading branch information
Ankurk99 committed Feb 17, 2022
1 parent 975ab49 commit 8197e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
branches:
- 'main'
- 'v*'

paths:
- 'STABLE-RELEASE'
Expand All @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout KubeArmor code
uses: actions/checkout@v2
with:
ref: main

- name: Pull Docker Hub image
run: |
Expand Down

0 comments on commit 8197e7f

Please sign in to comment.