Skip to content

Commit 6dab283

Browse files
committed
Temporarily disable auto-build action until icon bundling is fixed
1 parent c7a3dc5 commit 6dab283

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-assets.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Build Assets & ESLint
22

33
on:
4-
push:
5-
branches: [ master, main, renovatio ]
6-
pull_request:
7-
branches: [ master, main ]
8-
types: [opened, synchronize, reopened, ready_for_review]
4+
# Temporarily disabled - using pre-built assets until build is fixed
5+
# push:
6+
# branches: [ master, main, renovatio ]
7+
# pull_request:
8+
# branches: [ master, main ]
9+
# types: [opened, synchronize, reopened, ready_for_review]
910
workflow_dispatch:
1011
inputs:
1112
commit_assets:

0 commit comments

Comments
 (0)