Browse Source

Refine the ci script

main
Granty1 5 years ago
parent
commit
4b7c78ed3b
  1. 9
      .github/workflows/backend_deploy.yml

9
.github/workflows/backend_deploy.yml

@ -7,15 +7,6 @@ on:
- action-ci
paths:
- './server/**'
paths-ignore:
- './db/**'
pull_request:
branches:
- master
paths:
- './server/**'
paths-ignore:
- './db/**'
jobs:

Loading…
Cancel
Save