Skip to content

Commit 00a84f1

Browse files
committed
test124
1 parent a22de0f commit 00a84f1

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,7 +1,7 @@
11
name: Build & Latest Beta
22

33
on:
4-
push:
4+
# push:
55
pull_request:
66
paths-ignore:
77
- '**.md'
@@ -30,10 +30,10 @@ jobs:
3030
- name: Build AV
3131
run: cmake --build build --config Release
3232
- name: Collect into a directory
33-
if: github.ref_name == 'beta'
33+
# if: github.ref_name == 'beta'
3434
run: cmake --install build --config Release --prefix ./
3535
- name: Upload artifact
36-
if: github.ref_name == 'beta'
36+
# if: github.ref_name == 'beta'
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: AV

0 commit comments

Comments
 (0)