1
0

ci: only trigger test workflow on push for main branch

This commit is contained in:
Nicolas Duchon 2023-04-30 15:37:13 +02:00 committed by GitHub
parent 36195de745
commit b4faf2143e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,8 @@ name: Tests
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "*.md"