Skip to content

Commit

Permalink
Targeting the STM branch for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Aug 15, 2023
1 parent b68b0c5 commit 6d67066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Package Modeler
on:
pull_request:
types: [opened, reopened, synchronize, edited, closed]
workflow_dispatch:
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@vite-js-repos
secrets: inherit

0 comments on commit 6d67066

Please sign in to comment.