Skip to content

Commit

Permalink
ci: Add Deploy when pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
castus committed Oct 28, 2023
1 parent 93345bb commit 24a3539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy the next version of charts with a image tag
on:
repository_dispatch:
types: [deploy]
push:
branches:
- main
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 24a3539

Please sign in to comment.