allow manual trigger of workflows

This commit is contained in:
Robert Dyer
2024-12-13 11:28:04 -06:00
parent a0d5ac531b
commit 5df044477c
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1,7 +1,12 @@
name: Get latest Actual release
on:
schedule:
- cron: '0 17 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
get-version:
runs-on: ubuntu-latest
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}