Disable auto-trigger CI - manual only via workflow_dispatch

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-16 17:07:13 -03:00
parent ed36904c49
commit 3629e948ef

View file

@ -1,10 +1,11 @@
name: GBCI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
# push:
# branches: ["main"]
# pull_request:
# branches: ["main"]
jobs:
build: