Skip to content

Commit

Permalink
fix: don't run CD on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 14, 2024
1 parent 24f07f3 commit 5cf2108
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/templates/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [main]

pull_request:
branches: [main]

workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5cf2108

Please sign in to comment.