Skip to content

Commit

Permalink
ci: Run build workflow on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Feb 18, 2021
1 parent 6f773c6 commit cec4df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ preReleaseCommand: bash scripts/craft-pre-release.sh
changelogPolicy: simple
statusProvider:
name: github
artifactProvider:
name: none
targets:
- name: github
includeNames: /none/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- release/**
pull_request:
jobs:
golang-tests:
Expand Down Expand Up @@ -100,4 +101,3 @@ jobs:
go env GOPATH
go test ./...
go test ./... -race

0 comments on commit cec4df7

Please sign in to comment.