Skip to content

Clean JIRA service log (#19) #71

Clean JIRA service log (#19)

Clean JIRA service log (#19) #71

Workflow file for this run

name: "Build all"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
uses: ./.github/workflows/build-all-template.yml
with:
skipTests: ${{ startsWith(github.head_ref, 'release/') }}