Skip to content

Commit cee7a00

Browse files
committed
updating workflows to try triggering CI/CD
1 parent 9a705b7 commit cee7a00

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-docs-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

.github/workflows/codestyle-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

0 commit comments

Comments
 (0)