Skip to content

PCB-workflows: Update #13

PCB-workflows: Update

PCB-workflows: Update #13

Workflow file for this run

# This workflow handles all kinds of pushes. What happens exactly is
# decided by the generic workflow that we delegate to.
name: Workflow
on:
push:
tags:
- '**' # Use a double *, to also match /
branches:
- '*'
pull_request:
jobs:
workflow:
uses: 3devo/PCB-workflows/.github/workflows/dispatcher.yml@add74d397e32edd07facd7a35f51a9f62ff485a4
secrets: inherit