We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04889a commit 1270feaCopy full SHA for 1270fea
.github/workflows/static_build.yml
@@ -3,7 +3,15 @@ name: static_build
3
# 1. create a static redistributable "build" of nice123d
4
# 2. create an OS specific launcher executable as an obvious entry point
5
6
-on: [workflow_dispatch]
+on:
7
+ push:
8
+ branches:
9
+ - main
10
+ - 2025-03_felix_build
11
+ pull_request:
12
13
14
15
16
env:
17
UV_INSTALL_DIR: uv
0 commit comments