Skip to content

Commit

Permalink
trigger only for main
Browse files Browse the repository at this point in the history
  • Loading branch information
felixZdi committed Mar 22, 2024
1 parent b84a56e commit b8bbabe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "main"
- "task/add-sec-scan"

jobs:
release:
Expand All @@ -17,11 +16,6 @@ jobs:
with:
fetch-depth: 0

# - name: Configure Git
# run: |
# git config user.name "$GITHUB_ACTOR"
# git config user.email "[email protected]"

- name: Install Helm
uses: azure/setup-helm@v3
with:
Expand Down

0 comments on commit b8bbabe

Please sign in to comment.