Skip to content

Commit

Permalink
Only run cd.yml when merging to main
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscas committed Jun 27, 2024
1 parent a2a1811 commit 9bd324c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Continuous Deployment

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

jobs:
deploy:
Expand Down

0 comments on commit 9bd324c

Please sign in to comment.