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