Skip to content

Commit

Permalink
upd(workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed May 1, 2024
1 parent 599e61e commit b9ccadf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- dodo
# - release-*
pull_request: {}
# pull_request: {}

env:
# Common versions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy Docs
on:
push:
branches:
- main
- release-*
- dodo
# - release-*

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
paths:
- 'deploy/charts/**'
- 'deploy/crds/**'
pull_request:
paths:
- 'deploy/charts/**'
- 'deploy/crds/**'
# pull_request:
# paths:
# - 'deploy/charts/**'
# - 'deploy/crds/**'
workflow_dispatch: {}

permissions:
Expand Down

0 comments on commit b9ccadf

Please sign in to comment.