Skip to content

Commit

Permalink
refactor: update event
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 11, 2023
1 parent e3218df commit 2e91ea8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Build Monorepo

on:
push:
branches: ['monorepo']
branches: ['master']
paths-ignore:
- '**/*.tgz'
- '**/*.gz'
Expand All @@ -32,9 +32,6 @@ concurrency:

jobs:
build:
strategy:
fail-fast: true
max-parallel: 6
env:
NODE_OPTIONS: '--max_old_space_size=8192' #8192 4096 --expose-gc
YARN_ENABLE_IMMUTABLE_INSTALLS: false
Expand Down

0 comments on commit 2e91ea8

Please # to comment.