We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22de0f commit 00a84f1Copy full SHA for 00a84f1
.github/workflows/windows.yml
@@ -1,7 +1,7 @@
1
name: Build & Latest Beta
2
3
on:
4
- push:
+ # push:
5
pull_request:
6
paths-ignore:
7
- '**.md'
@@ -30,10 +30,10 @@ jobs:
30
- name: Build AV
31
run: cmake --build build --config Release
32
- name: Collect into a directory
33
- if: github.ref_name == 'beta'
+ # if: github.ref_name == 'beta'
34
run: cmake --install build --config Release --prefix ./
35
- name: Upload artifact
36
37
uses: actions/upload-artifact@v4
38
with:
39
name: AV
0 commit comments