build: main branch and tag push only

This commit is contained in:
鲁树人 2025-02-23 17:51:35 +00:00
parent dcd8481e2f
commit 894fd6274f

View File

@ -1,5 +1,10 @@
name: Build and Deploy
on: [ push ]
name: Build and Publish
on:
push:
branches:
- main
tags:
- '*'
jobs:
build: