Skip to content

Merge branch 'main' of github.com:beeldengeluid/labo-workspace-compon… #23

Merge branch 'main' of github.com:beeldengeluid/labo-workspace-compon…

Merge branch 'main' of github.com:beeldengeluid/labo-workspace-compon… #23

Workflow file for this run

name: main branch - test; bump version; publish GH package
on:
push:
branches:
- "main"
paths-ignore:
- README.md
- LICENSE
jobs:
test:
uses: ./.github/workflows/_test.yml
bump-version:
uses: ./.github/workflows/_bump-version.yml
needs: [test]