migration/deno-v4 #1

Merged
philkunz merged 28 commits from migration/deno-v4 into main 2025-10-19 15:14:04 +00:00
Showing only changes of commit a897a7c780 - Show all commits

View File

@@ -61,9 +61,8 @@ jobs:
./nupst-test help
build-all:
name: Build All Platforms (Tag/Main only)
name: Build All Platforms
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout code