added workflow_dispatch

This commit is contained in:
John Wong 2023-05-21 21:09:47 +08:00
parent 6c33a6c46b
commit f169dc032d

View file

@ -1,6 +1,7 @@
name: Build and release container
on:
workflow_dispatch:
push:
schedule:
- cron: "22 22 22 * *" # Every mouth at 22:22 on 22
@ -13,7 +14,6 @@ on:
- invidious.service
- .git*
- .editorconfig
- screenshots/*
- .github/ISSUE_TEMPLATE/*
- .github/workflows/*