Skip to content

Commit f494b13

Browse files
authored
Merge pull request #98 from chvmvd/disable-pr-preview
Disable PR preview GitHub Actions
2 parents 48f4ffe + 5b80044 commit f494b13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/preview.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Deploy PR previews
33

4-
on:
5-
pull_request:
6-
types:
7-
- opened
8-
- reopened
9-
- synchronize
10-
- closed
4+
# on:
5+
# pull_request:
6+
# types:
7+
# - opened
8+
# - reopened
9+
# - synchronize
10+
# - closed
1111

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

0 commit comments

Comments
 (0)