chore: remove beta branch and tag triggers from CI workflows

This commit is contained in:
Lorenzo Venerandi
2026-03-04 15:02:56 +01:00
parent 9d025b4cb7
commit 07ee9eb300
2 changed files with 0 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- beta
- dev
- github-actions-ci
paths:
@@ -15,10 +14,6 @@ on:
- 'requirements.txt'
- 'entrypoint.sh'
- '.github/workflows/docker-build-push.yml'
tags:
- 'v*.*.*'
release:
types: [published]
workflow_dispatch:
env:

View File

@@ -4,18 +4,11 @@ on:
push:
branches:
- main
- beta
- dev
- github-actions-ci
paths:
- 'helm/**'
- '.github/workflows/helm-package-push.yml'
tags:
- 'v*'
release:
types:
- published
- created
workflow_dispatch:
env: