Skip to content

Commit

Permalink
ci: prevent auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Sep 14, 2024
1 parent d5f1694 commit a400990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: Production
needs: build
steps:
- name: Deploy to server
Expand Down

0 comments on commit a400990

Please sign in to comment.