chore: remove push trigger, keep only workflow_call and workflow_dispatch

This commit is contained in:
2026-03-10 18:23:47 -03:00
parent 26dc82388c
commit 21d8e15855

View File

@@ -4,12 +4,6 @@ run-name: 🔧 Generate Nginx config for ${{ vars.VAR_APP_NAME }}
on: on:
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
push:
paths:
- '.gitea/workflows/nextjs-nginx-conf.yaml'
- '.gitea/templates/nginx-nextjs-site.conf.template'
branches:
- main
jobs: jobs:
generate-config: generate-config: