Skip to content

commit on wrong branch #159

commit on wrong branch

commit on wrong branch #159

name: All branches but master
on:
push:
branches-ignore:
- "main"
paths-ignore:
- README.md
- LICENSE
jobs:
test:
uses: "./.github/workflows/test.yml"