Disable auto-trigger CI - manual only via workflow_dispatch

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:08:01 -03:00
parent 6cf25dfca1
commit 629df5f039

View file

@ -1,10 +1,12 @@
name: GBCI name: GBCI
on: on:
push: workflow_dispatch:
branches: ["main"] # Disabled auto-trigger - enable when needed
pull_request: # push:
branches: ["main"] # branches: ["main"]
# pull_request:
# branches: ["main"]
jobs: jobs:
test: test: