Skip to content

Commit 2c3cbdd

Browse files
ScottBrennersukibaby
authored andcommitted
Remove beta branch restriction for builds
1 parent d5ca53a commit 2c3cbdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
name: Latest Beta
1+
name: Build & Latest Beta
22

33
on:
44
push:
55
pull_request:
6-
branches:
7-
- beta
86
paths-ignore:
97
- '**.md'
108

@@ -31,6 +29,7 @@ jobs:
3129
- name: Build AV
3230
run: msbuild build\VisualStudio\ArrowVortex.vcxproj /p:Configuration=Release /p:Platform=x64
3331
- name: Collect into a directory
32+
if: github.ref_name == 'beta'
3433
run: |
3534
mkdir AV
3635
cd AV
@@ -40,6 +39,7 @@ jobs:
4039
cp ../bin/ArrowVortex.exe .
4140
cp ../oggenc2.exe .
4241
- name: Upload artifact
42+
if: github.ref_name == 'beta'
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: AV

0 commit comments

Comments
 (0)