Skip to content

Commit

Permalink
strict deploy to cloud workflow only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxumin committed Sep 21, 2024
1 parent 0235e81 commit b0ebbf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Deploy Cloud Server
on:
push:
branches:
- main
paths:
- "proconfig/**"
- "servers/**"
- ".github/workflows/deploy-to-cloud.yaml"
- "model_info.json"
pull_request:
branches:
- main
paths:
- "proconfig/**"
- "servers/**"
Expand Down

0 comments on commit b0ebbf7

Please sign in to comment.