Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 4f0c39c

Browse files
fix: push to debug branch
1 parent 77c40fd commit 4f0c39c

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/build_assets.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
name: Build Compiled Assets
33

44
on:
5-
workflow_dispatch:
6-
inputs:
7-
sha:
8-
type: string
9-
description: "The sha"
10-
release:
11-
type: boolean
12-
default: false
13-
description: "Attach artifacts to a release"
5+
push:
6+
- th/debug
147
workflow_call:
158
inputs:
169
release:
@@ -63,11 +56,6 @@ jobs:
6356
- uses: actions/checkout@v4
6457
with:
6558
submodules: true
66-
- uses: actions/checkout@v4
67-
if: ${{ inputs.sha }}
68-
with:
69-
sha: ${{ inputs.sha }}
70-
submodules: true
7159
- name: Set up Python 3.11
7260
uses: actions/setup-python@v3
7361
with:
@@ -112,15 +100,11 @@ jobs:
112100
- distro: "python:3.11-bullseye"
113101
arch: arm64
114102
distro_name: linux
103+
115104
steps:
116105
- uses: actions/checkout@v4
117106
with:
118107
submodules: true
119-
- uses: actions/checkout@v4
120-
if: ${{ inputs.sha }}
121-
with:
122-
sha: ${{ inputs.sha }}
123-
submodules: true
124108
- name: Set up QEMU
125109
uses: docker/setup-qemu-action@v1
126110
with:

0 commit comments

Comments
 (0)