ci: only trigger test workflow on push for main branch
This commit is contained in:
parent
4a096a25a8
commit
4655ba9f51
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -3,6 +3,8 @@ name: Tests
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "LICENSE"
|
||||
- "**.md"
|
||||
|
|
Loading…
Reference in a new issue