Disable auto-trigger CI - manual only via workflow_dispatch
This commit is contained in:
parent
6cf25dfca1
commit
629df5f039
1 changed files with 6 additions and 4 deletions
|
|
@ -1,10 +1,12 @@
|
|||
name: GBCI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
# Disabled auto-trigger - enable when needed
|
||||
# push:
|
||||
# branches: ["main"]
|
||||
# pull_request:
|
||||
# branches: ["main"]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue