Skip to content

Commit ea2d2e9

Browse files
wip: looks good to me - ci/cd + helm release
Signed-off-by: Rahul Vishwakarma <[email protected]>
1 parent 4b44de6 commit ea2d2e9

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/helm-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: helm-release
22

3-
on:
4-
pull_request:
5-
63
#on:
7-
# push:
8-
# tags:
9-
# - 'defender-v*'
4+
# pull_request:
5+
6+
on:
7+
push:
8+
tags:
9+
- 'defender-v*'
1010

1111
permissions:
1212
contents: write

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: DeployDefender
22

3+
#on:
4+
# pull_request:
5+
36
on:
4-
pull_request:
7+
push:
8+
tags:
9+
- v*
510

6-
#on:
7-
# push:
8-
# tags:
9-
# - v*
1011
permissions:
1112
contents: read
1213
packages: write

.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)