Skip to content

Commit e3ae1a7

Browse files
committed
Disabled beta release workflow on PRs
1 parent 83b6197 commit e3ae1a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-beta.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
push:
55
branches-ignore:
66
- beta
7-
pull_request:
8-
branches:
9-
- beta
107

118
jobs:
129
test:
13-
# only run on all pushes or pull requests from forks
14-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
10+
# only run on all pushes
11+
if: github.event_name == 'push'
1512
strategy:
1613
matrix:
1714
shard:

0 commit comments

Comments
 (0)