Skip to content

Commit

Permalink
feat: open auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 20, 2023
1 parent 42ff16f commit 283f43a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: deploy pvp-texas-poker

# on:
# push:
# branches:
# - "master" # 针对 master 分支
# paths:
# - ".github/workflows/*"
# - "src/**"
# - "public/*"
# - "package.json"
# - "tsconfig.json"
# - "vite.config.ts"
# - "index.html"
on:
push:
branches:
- "master" # 针对 master 分支
paths:
- ".github/workflows/*"
- "src/**"
- "public/*"
- "package.json"
- "tsconfig.json"
- "vite.config.ts"
- "index.html"

jobs:
deploy:
Expand Down

0 comments on commit 283f43a

Please sign in to comment.