We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfcaefb + 417b826 commit e68f7d3Copy full SHA for e68f7d3
.github/workflows/ci.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches: [main]
5
pull_request: {}
6
+ workflow_dispatch: # Allow triggering manually.
7
+
8
jobs:
9
build:
10
name: Build & Test
.github/workflows/release.yaml
@@ -4,6 +4,7 @@ on:
tags:
- "*"
goreleaser:
0 commit comments