Skip to content

Commit

Permalink
fix: 修改打tag自动部署到正式环境 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx authored Feb 11, 2024
1 parent 59b0f4a commit 1cbeb6e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
tags: [ "v*.*.*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Static Analysis
on:
push:
branches: [ "main" ]
tags: [ "v*.*.*" ]
pull_request:
branches: [ "main" ]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Upgrade

on:
push:
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]

branches: [ "main" ]
pull_request:
branches: [ "main" ]
Expand Down

0 comments on commit 1cbeb6e

Please sign in to comment.