Skip to content

Commit dc60731

Browse files
authored
Merge pull request #1468 from luxonis/github_workflows_update
Updated github worklows, triggered with a new label
2 parents f778393 + 4df18d1 commit dc60731

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/main.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- main
1414
- develop
15+
types: [opened, synchronize, reopened, labeled]
1516

1617
jobs:
1718

.github/workflows/python-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
branches:
1515
- main
1616
- develop
17+
types: [opened, synchronize, reopened, labeled]
1718

1819
###################################
1920
###################################

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- main
1414
- develop
15+
types: [opened, synchronize, reopened, labeled]
1516

1617
# Only allow latest run on same branch to be tested
1718
concurrency:

0 commit comments

Comments
 (0)