Skip to content

Commit

Permalink
ci(cd): 对增加的自动cd做tag适配, 仅tag时才进行触发。
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSrackhall committed Aug 29, 2024
1 parent 36ced20 commit bf0deca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: release auto deploy

on:
push:
branches:
- cd-test
pull_request:
branches:
- cd-test
tags:
- "*"

jobs:
build:
Expand Down

0 comments on commit bf0deca

Please sign in to comment.