diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45f61b4..9eb7f85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: Continuous Integration on: push: ~ pull_request: ~ + workflow_dispatch: ~ jobs: build: @@ -23,4 +24,4 @@ jobs: uses: golangci/golangci-lint-action@v3 - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./...