1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 07:50:13 +01:00

Changed the workflow from every night to: on every commit in the main branch.

This commit is contained in:
Daan 2024-10-31 20:16:45 +01:00
parent 81168c27c6
commit a93291b38f

View File

@ -1,8 +1,10 @@
name: Docker-Analyze name: Docker-Analyze
on: on:
schedule: #schedule:
- cron: "0 0 * * *" # Daily at midnight UTC # - cron: "0 0 * * *" # Daily at midnight UTC
push:
branches: [ main ]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
trigger-build: trigger-build: