1 parent ab82a7f commit 123a3c6Copy full SHA for 123a3c6
2 files changed
.github/workflows/nuitka-build.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: "0 0 */3 * *"
7
workflow_dispatch:
8
+ push:
9
+ branches:
10
+ - nuitka-*
11
12
jobs:
13
starting-build:
src/rovr/__main__.py
@@ -1,5 +1,4 @@
1
# nuitka-project: --assume-yes-for-downloads
2
-# nuitka-project: --clang
3
# nuitka-project: --disable-plugin=tk-inter
4
# nuitka-project: --enable-plugin=anti-bloat
# nuitka-project: --enable-plugin=implicit-imports
0 commit comments