Skip to content

Commit

Permalink
fix: actions branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Mar 1, 2023
1 parent 9f2e9c3 commit d06045a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Helm Charts
on:
push:
branches:
- main
- master

pull_request:
types: [opened, reopened, synchronize]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Helm Charts
on:
push:
branches:
- main
- master

jobs:
release:
Expand Down

0 comments on commit d06045a

Please sign in to comment.