ci: run pkg.new when push (#19544)

This commit is contained in:
sea 2025-01-07 21:54:08 +08:00 committed by GitHub
parent d05f24bf1d
commit a481be5b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
name: Publish PR Commit Pkg
on:
# push:
# branches:
# - dev
# tags:
# - '!**'
push:
branches:
- dev
tags:
- '!**'
pull_request:
branches:
- dev