Skip to content

Commit

Permalink
feat: 生成tags时才构建
Browse files Browse the repository at this point in the history
  • Loading branch information
liq committed Jul 18, 2024
1 parent cf574e0 commit a42b5f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and Push API & Web

on:
push:
branches:
- "main"
- "dev"
tags:
- v*
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit a42b5f0

Please sign in to comment.