Skip to content

Commit a7c8c28

Browse files
committed
feat: enterprise release workflow file
1 parent 3a78390 commit a7c8c28

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cd-ghcr.io.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ name: cd-ghcr
1818
on:
1919
push:
2020
branches-ignore:
21-
- "feature/*"
22-
- "hotfix/*"
23-
- "enterprise/*" # Ignore all enterprise branches except `enterprise/release`
24-
- "develop"
25-
branches:
26-
- "main"
27-
- "enterprise/release"
21+
- "**"
2822
tags:
2923
- "v[0-9]+.[0-9]+.[0-9]+"
3024
- "[0-9]+.[0-9]+" # Enterprise releases

0 commit comments

Comments
 (0)