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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- release/*
|
||||||
|
- hotfix/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- feature/*
|
- feature/*
|
||||||
- hotfix/*
|
|
||||||
- renovate/*
|
- renovate/*
|
||||||
- dependabot/*
|
- dependabot/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue