Update *.yaml

This commit is contained in:
2025-10-16 23:04:31 -07:00
parent 2c24d17eb1
commit 7101ddb38c
3 changed files with 19 additions and 11 deletions

View File

@@ -1,10 +1,13 @@
name: CI Workflow
on:
push:
branches:
- "**"
#on:
# push:
# branches:
# - "**"
on:
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest

View File

@@ -1,9 +1,12 @@
name: Docker Build
on:
push:
branches:
- main
workflow_dispatch:
#on:
# push:
# branches:
# - main
jobs:
docker:

View File

@@ -1,10 +1,12 @@
name: Release Workflow
on:
# The workflow only runs with push a Git tag
push:
tags:
- "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
workflow_dispatch:
#on: # The workflow only runs with push a Git tag
# push:
# tags:
# - "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
jobs:
# Defines a job named release