PCB-workflows: Update #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |