Skip to content

Commit 1270fea

Browse files
committed
change section
1 parent e04889a commit 1270fea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/static_build.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ name: static_build
33
# 1. create a static redistributable "build" of nice123d
44
# 2. create an OS specific launcher executable as an obvious entry point
55

6-
on: [workflow_dispatch]
6+
on:
7+
push:
8+
branches:
9+
- main
10+
- 2025-03_felix_build
11+
pull_request:
12+
branches:
13+
- main
14+
- 2025-03_felix_build
715

816
env:
917
UV_INSTALL_DIR: uv

0 commit comments

Comments
 (0)