Run test workflow on any push
This commit is contained in:
parent
404b77c9d0
commit
a5a2ffeea1
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -2,12 +2,6 @@ name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- '**'
|
|
||||||
tags:
|
|
||||||
# Run when pushing version tags, since otherwise it's impossible to
|
|
||||||
# restart a successful build after pushing a tag
|
|
||||||
- '*.*.*'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue