forked from NewPipe-eV/website
Add additional triggers for workflow
This commit is contained in:
parent
549e5b951e
commit
b4d7b355c1
|
@ -1,5 +1,8 @@
|
|||
name: Build and publish Docker image
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: git.newpipe-ev.de
|
||||
|
|
Loading…
Reference in New Issue