Skip to content

Commit

Permalink
fix(ci): remove deployment for PRs against main
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Dec 18, 2023
1 parent 5bc81c1 commit 273e2b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [main]
pull_request:
branches:
- main
branches: main
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand Down

0 comments on commit 273e2b0

Please sign in to comment.