Update build pipeline to upload artifacts for the binary #256

Merged
Vylpes merged 2 commits from feature/248-release-branch into develop 2025-01-14 18:31:44 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit d94eb1ea7e - Show all commits

View file

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- develop - develop
- release/*
- hotfix/*
jobs: jobs:
build: build:

View file

@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- feature/* - feature/*
- hotfix/*
- renovate/* - renovate/*
- dependabot/* - dependabot/*