Skip to content

Commit

Permalink
Merge pull request #1 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
ci(open-api): CI/CD 支持手动触发 | CI/CD supports manual triggering.
  • Loading branch information
Zuoqiu-Yingyi authored May 19, 2023
2 parents fad25ed + c1f68b9 commit c2d8813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: build

on:
workflow_dispatch:
push:
tags:
# REF https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: release-distribution

on:
workflow_dispatch:
push:
branches:
- publish
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: release-please

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -11,6 +12,7 @@ permissions:
contents: write
pull-requests: write


jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2d8813

Please sign in to comment.