Skip to content

Commit

Permalink
Modify the CI to run on all dev and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Dec 21, 2023
1 parent 8177f11 commit dfc08c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: CI-pullrequest
on:
pull_request:
branches:
- dev-v2.6
- release-v2.6
- dev-v2.7
- release-v2.7
- dev-v*
- release-v*

jobs:
validate-chart-questions:
Expand Down

0 comments on commit dfc08c3

Please sign in to comment.