Skip to content

Commit

Permalink
Fix syntax errors in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznyetsov authored Apr 11, 2024
1 parent 3f664b1 commit 95e65f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: publish
on:
- push
- schedule:
- cron '30 5,17 * * *'
- workflow_dispatch
push:
schedule:
- cron: '30 5,17 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 95e65f4

Please sign in to comment.