Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

added workflow-dispatch to the release conditions

+4 -1
+4 -1
.config/ci/release/github-ci.cue
··· 11 11 12 12 workflows: release: { 13 13 name: "Release" 14 - on: push: tags: ["*"] 14 + on: push: { 15 + tags: ["*"] 16 + workflow_dispatch: {} 17 + } 15 18 defaults: run: shell: "bash" 16 19 env: { 17 20 RUSTFLAGS: "--deny warnings"