Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenkroon committed Jan 27, 2024
2 parents 6ce3a91 + 1370b23 commit 849b9a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-package-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and Package development branch

on:
workflow_dispatch:
schedule:
- cron: '40 2 * * *'
push:
branches:
- dev
release:
types: [created]

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-package-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and Package master branch

on:
workflow_dispatch:
schedule:
- cron: '55 2 * * *'
push:
branches:
- master
release:
types: [created]

Expand Down

0 comments on commit 849b9a8

Please sign in to comment.