Skip to content

Commit

Permalink
Merge pull request #2 from eclipse-che/mkuznyetsov-patch-1
Browse files Browse the repository at this point in the history
Fix syntax errors in publish.yaml
  • Loading branch information
themr0c authored Apr 11, 2024
2 parents 3f664b1 + d3a471c commit 4ce525a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: publish
on:
- push
- schedule:
- cron '30 5,17 * * *'
- workflow_dispatch
push:
branches:
- master
schedule:
- cron: '30 5,17 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 4ce525a

Please sign in to comment.