ci: disable automatic triggers for build and helm workflows

pull/7949/head
Timo Kruth 2 weeks ago
parent f0f71536ab
commit f57fb5d1d6

@ -1,11 +1,7 @@
name: Build + Publish
on:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch:
env:
BASE_DEV_VERSION: 2.5.0

@ -1,12 +1,6 @@
name: Helm Chart CI
on:
# Triggers the workflow on push or pull request events but only for the dev branch
push:
branches: [ main ]
paths: [ dev/helm/** ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:

Loading…
Cancel
Save