mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-29 23:06:24 +02:00
.github: add workflow_dispatch trigger for tests
This commit is contained in:
parent
e4f7eada71
commit
db2244a25c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
workflow_dispatch:
|
||||||
name: tests
|
name: tests
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue