1
0
Fork 0

Run test workflow on any push

This commit is contained in:
Robbert van der Helm 2023-01-25 17:03:55 +01:00
parent 404b77c9d0
commit a5a2ffeea1

View file

@ -2,12 +2,6 @@ name: Tests
on:
push:
branches:
- '**'
tags:
# Run when pushing version tags, since otherwise it's impossible to
# restart a successful build after pushing a tag
- '*.*.*'
pull_request:
branches:
- master