1 parent 13865fc commit cec85e3Copy full SHA for cec85e3
4 files changed
.github/workflows/CI-Tests.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- 'master'
9
+ - 'ci'
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/Guidelines.yml
.github/workflows/VS-CI-Tests.yml
@@ -7,6 +7,7 @@ on:
13
.github/workflows/populate-deps.yml
@@ -2,7 +2,9 @@ name: Populate dependencies
2
3
on:
4
5
- branches: [ master ]
+ branches:
+ - master
+ - ci
workflow_dispatch:
permissions:
0 commit comments