chore(ci): manually trigger

This commit is contained in:
chenos 2024-03-05 17:02:06 +08:00
parent 03e47a04ea
commit 977128276a

View File

@ -5,9 +5,12 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
pull_request: workflow_dispatch:
branches: inputs:
- '**' pr_number:
description: 'Please enter a pull request number'
required: true
jobs: jobs:
build-and-push: build-and-push:
if: github.event.pull_request.head.repo.fork != true if: github.event.pull_request.head.repo.fork != true