Skip to content

Commit

Permalink
build(workflow): 使用main分支作为线上版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wsvaio committed Apr 16, 2024
1 parent e4dc47a commit 1201efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build And Push Docker Image
on:
push:
branches: ["prod"]
branches: ["main"]
jobs:
build-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1201efa

Please sign in to comment.