refactor to Go and release v1 #30

Manually merged
williamp merged 33 commits from v1-refactor into master 2026-03-07 01:06:53 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 640c952b20 - Show all commits

View File

@@ -1,9 +1,7 @@
name: Build only (for PRs)
on:
push:
branches:
- v1-refactor # after this has been merged
pull_request:
jobs:
build-only:

View File

@@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- v1-refactor # Trigger on push to the main branch; adjust as needed
- v1-refactor
jobs:
build-and-push: