Skip to content

Commit

Permalink
remove pull request trigger from continuous deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jan 17, 2025
1 parent ecd4929 commit a597332
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CD
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
deploy:
Expand Down

0 comments on commit a597332

Please sign in to comment.