update: set original workflows to workflow_dispatch only

This commit is contained in:
Matt Wiley 2025-03-31 11:48:14 -04:00
parent c6b4e01ba6
commit 50e69d867b
5 changed files with 34 additions and 36 deletions

View File

@ -1,9 +1,9 @@
name: Release
on:
push:
branches:
- main # or whatever branch you want to use
on: workflow_dispatch
# push:
# branches:
# - main # or whatever branch you want to use
jobs:
release:

View File

@ -1,11 +1,10 @@
name: Deploy to HuggingFace Spaces
on:
push:
branches:
- dev
- main
workflow_dispatch:
on: workflow_dispatch
# push:
# branches:
# - dev
# - main
jobs:
check-secret:

View File

@ -1,13 +1,12 @@
name: Create and publish Docker images with specific build args
on:
workflow_dispatch:
push:
branches:
- main
- dev
tags:
- v*
on: workflow_dispatch
# push:
# branches:
# - main
# - dev
# tags:
# - v*
env:
REGISTRY: ghcr.io

View File

@ -1,14 +1,14 @@
name: Python CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
on: workflow_dispatch
# push:
# branches:
# - main
# - dev
# pull_request:
# branches:
# - main
# - dev
jobs:
build:

View File

@ -1,14 +1,14 @@
name: Frontend Build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
on: workflow_dispatch
# push:
# branches:
# - main
# - dev
# pull_request:
# branches:
# - main
# - dev
jobs:
build: