From cec4df79ff3977f7c596cea35067888f11b7a5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Thu, 18 Feb 2021 10:20:38 +0100 Subject: [PATCH] ci: Run build workflow on release branches --- .craft.yml | 2 ++ .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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