Skip to content

Commit

Permalink
add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 26, 2024
1 parent 4736320 commit 2fba3f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Deploy CSlant server

on:
push:
branches: [ main ]
branches:
- main
- deploy
pull_request:
branches:
- main
- deploy

jobs:
deploy:
Expand Down

0 comments on commit 2fba3f3

Please sign in to comment.