Skip to content

Commit 07600b7

Browse files
authored
Update deploy-package.yml
1 parent 4188d55 commit 07600b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build Package Screen Builder
22
on:
33
pull_request:
44
types: [opened, reopened, synchronize, edited, closed]
5+
schedule:
6+
- cron: '45 02 * * *'
57
workflow_dispatch:
68
jobs:
79
run_deploy:
810
name: Run Build PM4-workflow
9-
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@develop
11+
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@next
1012
secrets: inherit

0 commit comments

Comments
 (0)