We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b64c1 commit 2b3ba78Copy full SHA for 2b3ba78
2 files changed
.github/workflows/continuous.yml
@@ -1,15 +1,19 @@
1
name: continuous
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
branches:
- - master
9
10
- 'release/*'
11
12
jobs:
13
windows-latest:
14
name: windows-latest
15
runs-on: windows-latest
16
+
17
steps:
18
- uses: actions/checkout@v4
19
with:
GitVersion.yml
@@ -2,11 +2,11 @@ mode: ContinuousDelivery
assembly-versioning-scheme: MajorMinorPatch
tag-prefix: '[vV]'
- master:
+ main:
tag: ''
increment: Minor
release:
- source-branches: ['master']
+ source-branches: ['main']
prevent-increment-of-merged-branch-version: true
tag: 'preview'
ignore:
0 commit comments