Skip to content

Commit

Permalink
[FIX] gha release should be triggered only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Feb 14, 2024
1 parent 24c115b commit 9217da3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Helm Release

on:
workflow_dispatch:
push:
branches:
- main
workflow_run:
workflows:
- Lint and Test Charts
types:
- completed
branches:
- main

jobs:
release:
Expand Down

0 comments on commit 9217da3

Please sign in to comment.