Skip to content

Commit 863d3b3

Browse files
kranurag7janiskemper
authored andcommitted
enable CI on addons branch (#52)
this commit enables CI on addons branch. Signed-off-by: Anurag <[email protected]>
1 parent d104052 commit 863d3b3

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- main
7+
- addons
78
# If the cache was cleaned we should re-build the cache with the latest commit
89
workflow_run:
910
workflows:

.github/workflows/kubebuilder-markers-checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- addons
78
pull_request:
89
branches:
910
- main
11+
- addons
1012
paths:
1113
- "api/**"
1214
- ".github/workflows/kubebuilder-markers-checker.yml"

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
44
types: [opened, synchronize, reopened, ready_for_review]
55
branches:
66
- main
7+
- addons
78
- "releases/**"
89
paths:
910
- "!**/vendor/**"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy
66
types: [opened, synchronize, reopened, ready_for_review]
77
branches:
88
- main
9+
- addons
910
- "releases/**"
1011
paths:
1112
- "**.go"

0 commit comments

Comments
 (0)