Revert "ci: disable automatic triggers for build and helm workflows"

This reverts commit f57fb5d1d6.
pull/7949/head
Test User 2 months ago
parent a4b732056d
commit fa037a0d52

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

@ -1,6 +1,12 @@
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