We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7360d16 commit e43d01dCopy full SHA for e43d01d
1 file changed
.github/workflows/test_build.yml .github/workflows/Build_Plugin_GTA_SA.yml.github/workflows/test_build.yml renamed to .github/workflows/Build_Plugin_GTA_SA.yml
@@ -1,11 +1,16 @@
1
-name: Test Build - PluginSDK
+name: Build - Plugin for GTA San Andreas
2
3
on:
4
push:
5
- paths-ignore:
6
- - "*.md"
7
- - "*.exe"
8
- workflow_dispatch:
+ paths:
+ - "!*.md"
+ - "!*.exe"
+ - "hooking\*"
9
+ - "injector\*"
10
+ - "modutils\*"
11
+ - "safetyhook\*"
12
+ - "shared\*"
13
+ - "plugin_sa\*"
14
15
jobs:
16
build:
@@ -17,8 +22,8 @@ jobs:
17
22
with:
18
23
submodules: "recursive"
19
24
20
- - name: Add msbuild to PATH
21
- uses: microsoft/setup-msbuild@v2
25
+ - name: Setup msbuild
26
+ uses: microsoft/setup-msbuild@v2 # add msbuild to PATH
27
28
- name: Premake Visual Studio project
29
shell: cmd
0 commit comments