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.

fixed push conditions

+3 -3
+2 -2
.config/ci/release/github-ci.cue
··· 11 11 12 12 workflows: release: { 13 13 name: "Release" 14 - on: push: { 15 - tags: ["*"] 14 + on: { 15 + push: tags: ["*"] 16 16 workflow_dispatch: {} 17 17 } 18 18 defaults: run: shell: "bash"
+1 -1
.github/workflows/release.yml
··· 5 5 push: 6 6 tags: 7 7 - '*' 8 - workflow_dispatch: {} 8 + workflow_dispatch: {} 9 9 defaults: 10 10 run: 11 11 shell: bash