Skip to content

Commit e43d01d

Browse files
committed
Updated
1 parent 7360d16 commit e43d01d

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
name: Test Build - PluginSDK
1+
name: Build - Plugin for GTA San Andreas
22

33
on:
44
push:
5-
paths-ignore:
6-
- "*.md"
7-
- "*.exe"
8-
workflow_dispatch:
5+
paths:
6+
- "!*.md"
7+
- "!*.exe"
8+
- "hooking\*"
9+
- "injector\*"
10+
- "modutils\*"
11+
- "safetyhook\*"
12+
- "shared\*"
13+
- "plugin_sa\*"
914

1015
jobs:
1116
build:
@@ -17,8 +22,8 @@ jobs:
1722
with:
1823
submodules: "recursive"
1924

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
2227

2328
- name: Premake Visual Studio project
2429
shell: cmd

0 commit comments

Comments
 (0)