Run tests on push as well (#2814)
This commit is contained in:
parent
38ff9069f3
commit
47215d4635
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -1,6 +1,13 @@
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- current-release
|
||||||
|
- "*LTS"
|
||||||
|
tags:
|
||||||
|
- "!*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue
Block a user