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