mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:18:03 +00:00
chore(ci): manually trigger
This commit is contained in:
parent
03e47a04ea
commit
977128276a
9
.github/workflows/build-pro-image.yml
vendored
9
.github/workflows/build-pro-image.yml
vendored
@ -5,9 +5,12 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
pr_number:
|
||||
description: 'Please enter a pull request number'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
if: github.event.pull_request.head.repo.fork != true
|
||||
|
Loading…
Reference in New Issue
Block a user