Skip to content

Commit

Permalink
fix workflow triggers on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed May 27, 2024
1 parent accb429 commit 8401167
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dockerimage-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Dockerimage nightly

on:
push:
branches:
- dev
- master
paths:
- "**-nightly.yml"
- "Dockerfile.latest"
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
Expand Down

0 comments on commit 8401167

Please sign in to comment.