Skip to content

Commit

Permalink
Update 2.3.x branch to latest
Browse files Browse the repository at this point in the history
Also sets proper publish/validate actions
  • Loading branch information
tahmmee committed Jul 12, 2022
1 parent e1cbce8 commit b040ba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- master
- main
- 2.3.x
# Ignore anything unrelated to a chart release
paths-ignore:
- 'charts/couchbase-operator/examples/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Validate CI
on:
pull_request:
branches:
- master
- main
- 2.3.x
# Ignore anything unrelated to a chart release
paths-ignore:
Expand Down

0 comments on commit b040ba8

Please sign in to comment.