mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-12 23:01:05 +00:00
chore(ci): trigger image publish only on release events
- Change workflow trigger from push events to release published events - Remove automatic builds on main branch merges - Keep manual workflow_dispatch option for flexibility
This commit is contained in:
parent
8194e821f8
commit
b886bd8aed
1 changed files with 2 additions and 6 deletions
8
.github/workflows/publish-images.yml
vendored
8
.github/workflows/publish-images.yml
vendored
|
|
@ -1,12 +1,8 @@
|
|||
name: Publish Images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/project-init
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue