ci: add package build for woodpecker

This commit is contained in:
Jakub Panek 2024-09-07 04:09:33 +02:00
parent aea1b5b309
commit 469f8c6a57
No known key found for this signature in database
GPG key ID: D5E8A1F82F3BDA9D

View file

@ -14,7 +14,7 @@ defaults:
jobs:
build:
name: Build check
runs-on: shell
runs-on: ubuntu-latest
if: github.base_ref == 'staging' && !startsWith(github.ref, 'refs/heads/release/')
steps:
-