Skip to content

Commit

Permalink
enable CI on addons branch (#52)
Browse files Browse the repository at this point in the history
this commit enables CI on addons branch.

Signed-off-by: Anurag <[email protected]>
  • Loading branch information
kranurag7 authored and janiskemper committed Jun 3, 2024
1 parent b392c7a commit 43de49f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
- addons
# If the cache was cleaned we should re-build the cache with the latest commit
workflow_run:
workflows:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kubebuilder-markers-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- addons
pull_request:
branches:
- main
- addons
paths:
- "api/**"
- ".github/workflows/kubebuilder-markers-checker.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- addons
- "releases/**"
paths:
- "!**/vendor/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- addons
- "releases/**"
paths:
- "**.go"
Expand Down

0 comments on commit 43de49f

Please sign in to comment.