Skip to content

Ignore delay stack element in VMUSBSpecTcl #76

Ignore delay stack element in VMUSBSpecTcl

Ignore delay stack element in VMUSBSpecTcl #76

Workflow file for this run

name: Compiling workflow
on:
push:
branches:
- '5.13'
tags:
- '*'
paths-ignore:
- 'release_notes'
- '**.md'
- '**/README'
- '**/NEWS'
- '**/AUTHORS'
- '**/COPYING'
- '**/INSTALL'
- '**/ChangeLog'
jobs:
buster:
uses: ./.github/workflows/build.yml
with:
os-version: buster
packaging: ${{ startsWith(github.ref, 'refs/tags') }}
dist-packaging: true
secrets: inherit
bullseye:
uses: ./.github/workflows/build.yml
with:
os-version: bullseye
packaging: ${{ startsWith(github.ref, 'refs/tags') }}
secrets: inherit
release:
if: ${{ startsWith(github.ref, 'refs/tags') }}
needs: [buster, bullseye]
uses: ./.github/workflows/release.yml
with:
tag: ${{ github.ref_name }}