We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b6197 commit e3ae1a7Copy full SHA for e3ae1a7
.github/workflows/release-beta.yaml
@@ -4,14 +4,11 @@ on:
4
push:
5
branches-ignore:
6
- beta
7
- pull_request:
8
- branches:
9
- - beta
10
11
jobs:
12
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
+ # only run on all pushes
+ if: github.event_name == 'push'
15
strategy:
16
matrix:
17
shard:
0 commit comments