Skip to content

Commit

Permalink
Merge pull request #2565 from shopware5/sw-27127/build-packages-every…
Browse files Browse the repository at this point in the history
…-day

ci(SW-27127): build packages every day
  • Loading branch information
PascalThesing authored Jul 28, 2023
2 parents 157a1bd + c78a422 commit e6b83fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
tags:
- "*"
schedule:
- cron:
'0 0 * * *'

jobs:
create-install-package:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/create-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
tags:
- "*"
schedule:
- cron:
'0 0 * * *'

jobs:
create-update-package:
Expand Down

0 comments on commit e6b83fb

Please sign in to comment.