Skip to content

Commit 2b3ba78

Browse files
committed
Enable CI on main branch push
1 parent 19b64c1 commit 2b3ba78

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
name: continuous
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches:
6-
- master
9+
- main
710
- 'release/*'
811

912
jobs:
1013
windows-latest:
1114
name: windows-latest
1215
runs-on: windows-latest
16+
1317
steps:
1418
- uses: actions/checkout@v4
1519
with:

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ mode: ContinuousDelivery
22
assembly-versioning-scheme: MajorMinorPatch
33
tag-prefix: '[vV]'
44
branches:
5-
master:
5+
main:
66
tag: ''
77
increment: Minor
88
release:
9-
source-branches: ['master']
9+
source-branches: ['main']
1010
prevent-increment-of-merged-branch-version: true
1111
tag: 'preview'
1212
ignore:

0 commit comments

Comments
 (0)