Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore(ci): update base branch as 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed Sep 3, 2021
1 parent 907496a commit 5216a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
paths:
- 'charts/openebs/**'
branches:
- master
- 2.x
pull_request:
paths:
- 'charts/openebs/**'
branches:
- master
- 2.x

jobs:
lint-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- 2.x

jobs:
release:
Expand Down

0 comments on commit 5216a11

Please sign in to comment.