Skip to content

Commit 254b5ab

Browse files
authored
[Docs Site] Don't run publish-preview workflow on forks (#16976)
1 parent f77bb91 commit 254b5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
2-
pull_request:
3-
branches:
2+
push:
3+
branches-ignore:
44
- production
55

66
concurrency:

0 commit comments

Comments
 (0)