Skip to content

Commit

Permalink
Merge pull request #98 from chvmvd/disable-pr-preview
Browse files Browse the repository at this point in the history
Disable PR preview GitHub Actions
  • Loading branch information
chvmvd authored Dec 10, 2022
2 parents 48f4ffe + 5b80044 commit f494b13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Deploy PR previews

on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
# on:
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - closed

concurrency: preview-${{ github.ref }}

Expand Down

0 comments on commit f494b13

Please sign in to comment.