mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-21 07:01:45 +00:00
Run self test on all push events (for testing)
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
b8991edc05
commit
44e82aa5b0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/selftest.yml
vendored
1
.github/workflows/selftest.yml
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
name: Self-test
|
name: Self-test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue