Skip to content

Commit

Permalink
fix: preview on every pr (#10)
Browse files Browse the repository at this point in the history
* change preview deploy on every pr
  • Loading branch information
agus-xyz authored Jul 25, 2022
1 parent 9c9d5e7 commit 91b6ef1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_preview.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Deploy preview
on:
pull_request:
branches: [dev]
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 91b6ef1

Please sign in to comment.