Skip to content

Commit

Permalink
enable CI checks for release-1.3 branch (#3066)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
  • Loading branch information
andrewsykim authored Feb 15, 2025
1 parent b9d8b1a commit 7b13f94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/consistency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches: [ master ]
branches:
- master
- release-*

jobs:
# Check consistency between types.go and generated API.
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches: [ master ]
branches:
- master
- release-*

jobs:
lint-test-helm-3-4:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches: [ master ]
branches:
- master
- release-*

jobs:
lint:
Expand Down

0 comments on commit 7b13f94

Please sign in to comment.