Skip to content

Commit cec85e3

Browse files
committed
Enable ci tests on ci
1 parent 13865fc commit cec85e3

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/CI-Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- 'master'
9+
- 'ci'
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/Guidelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- 'master'
9+
- 'ci'
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/VS-CI-Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- 'master'
10+
- 'ci'
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/populate-deps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Populate dependencies
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
- ci
68
workflow_dispatch:
79

810
permissions:

0 commit comments

Comments
 (0)