Update *.yaml
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
name: CI Workflow
|
name: CI Workflow
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- "**"
|
# - "**"
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user