Skip to content

Commit

Permalink
fix: run release charts only after linting & test
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Dec 30, 2023
1 parent f399abd commit 419b92f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release Charts
on:
push:
branches:
- main
workflow_run:
workflows: ["Lint documentations", "Lint and Test Charts"]
branches: [main]
types:
- completed
jobs:
release:
permissions:
Expand Down

0 comments on commit 419b92f

Please sign in to comment.