aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-04-07 03:26:12 -0700
committerRob Mensching <rob@firegiant.com>2024-04-25 13:31:39 -0700
commit4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch)
tree40a5eee15554c599086f12d0d426ba37060b050a /.github
parent973a1764223d7313beef03a66f6218905b07870b (diff)
downloadwix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz
wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2
wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip
Move to ReleaseFlow and SomeVer
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 94f4e1be..456d853b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4 push: 4 push:
5 branches: 5 branches:
6 - main 6 - main
7 - master
7 pull_request: 8 pull_request:
8 branches: 9 branches:
9 - main 10 - main
@@ -30,7 +31,6 @@ jobs:
30 uses: actions/checkout@v4 31 uses: actions/checkout@v4
31 with: 32 with:
32 fetch-depth: 0 33 fetch-depth: 0
33 filter: tree:0
34 34
35 # - name: Configure Visual Studio 35 # - name: Configure Visual Studio
36 # shell: cmd 36 # shell: cmd