Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Sep 27, 2022
1 parent 2abbdd6 commit 7a9b9dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: BPMN-CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ v2 ]
pull_request:
branches: [ main ]
branches: [ v2 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
FOLDER: dist
CLEAN: true
REPOSITORY_NAME: miyuesc/miyuesc.github.io
TARGET_FOLDER: process-designer
TARGET_FOLDER: process-designer-v2

0 comments on commit 7a9b9dd

Please sign in to comment.