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,9 +1,12 @@
name: CI Workflow name: CI Workflow
#on:
# push:
# branches:
# - "**"
on: on:
push: workflow_dispatch:
branches:
- "**"
jobs: jobs:
build-and-test: build-and-test:

View File

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

View File

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