Skip to content

Commit

Permalink
Update deploy-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kookster310 authored May 3, 2024
1 parent 4188d55 commit 07600b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build Package Screen Builder
on:
pull_request:
types: [opened, reopened, synchronize, edited, closed]
schedule:
- cron: '45 02 * * *'
workflow_dispatch:
jobs:
run_deploy:
name: Run Build PM4-workflow
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@develop
uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@next
secrets: inherit

0 comments on commit 07600b7

Please sign in to comment.