Update build pipeline to upload artifacts for the binary #256
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- develop
|
||||
- release/*
|
||||
- hotfix/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- feature/*
|
||||
- hotfix/*
|
||||
- renovate/*
|
||||
- dependabot/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue