diff --git a/.craft.yml b/.craft.yml index 5e2e14ec2..969329cc6 100644 --- a/.craft.yml +++ b/.craft.yml @@ -6,6 +6,8 @@ preReleaseCommand: bash scripts/craft-pre-release.sh changelogPolicy: simple statusProvider: name: github +artifactProvider: + name: none targets: - name: github includeNames: /none/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46103dc86..225dcc404 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - release/** pull_request: jobs: golang-tests: @@ -100,4 +101,3 @@ jobs: go env GOPATH go test ./... go test ./... -race - \ No newline at end of file