Skip to content

Commit

Permalink
chore: run CI also on epic branches (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed Feb 15, 2023
1 parent 5d431b0 commit a2f7cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
env:
GO_VERSION: "~1.19"
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
Expand Down

0 comments on commit a2f7cce

Please sign in to comment.