Skip to content

Commit

Permalink
actually fix syntax error in nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed May 27, 2024
1 parent c5c82f6 commit 3eec251
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dockerimage-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Dockerimage nightly

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

0 comments on commit 3eec251

Please sign in to comment.