Skip to content

Commit

Permalink
Do not deploy on PR
Browse files Browse the repository at this point in the history
It looks like the workflows file tries to deploy to prod whenever
a PR is opened that targets master. This doesn't look correct,
and seems to fail with permissions issues when external
collaborators open PRs (as it should).
  • Loading branch information
OmniTroid committed Nov 13, 2023
1 parent 21920e0 commit f31738c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit f31738c

Please sign in to comment.