Compare commits

..

2 Commits

Author SHA1 Message Date
455319ecd1 chore(docker): use file-based config & precompile code in image
Some checks failed
Build / build (pull_request) Failing after 53s
2025-06-18 20:40:57 +02:00
dbbd7cd596 ci: only run on pushes to main
Some checks failed
Build / build (push) Failing after 54s
Build Docker image / docker (push) Successful in 18s
Non-main branches are gonna have to open a PR anyway, so we don't need to run it twice.
2025-06-18 20:40:46 +02:00

View File

@ -1,6 +1,7 @@
name: Build
on:
push: {}
push:
branches: [ "main" ]
pull_request: {}
jobs:
build: