File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build Plugin GTA2
1+ name : Plugin GTA2
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 paths :
68 - " !**.dll"
79 - " !**.md"
810 - " !**.txt"
11+ - " tools/premake/**"
12+ - " hooking/**"
13+ - " injector/**"
14+ - " modutils/**"
15+ - " safetyhook/**"
16+ - " shared/**"
17+ - " plugin_II/**"
18+
19+ pull_request :
20+ types :
21+ - opened
22+ paths :
23+ - " !**.dll"
24+ - " !**.md"
25+ - " !**.txt"
26+ - " tools/premake/**"
927 - " hooking/**"
1028 - " injector/**"
1129 - " modutils/**"
1533
1634jobs :
1735 build :
18- name : Build Plugin GTA2
36+ name : Build
1937 runs-on : windows-2022
2038
2139 steps :
Original file line number Diff line number Diff line change 1- name : Build Plugin GTA3
1+ name : Plugin GTA3
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 paths :
68 - " !**.dll"
79 - " !**.md"
810 - " !**.txt"
11+ - " tools/premake/**"
12+ - " hooking/**"
13+ - " injector/**"
14+ - " modutils/**"
15+ - " safetyhook/**"
16+ - " shared/**"
17+ - " plugin_III/**"
18+
19+ pull_request :
20+ types :
21+ - opened
22+ paths :
23+ - " !**.dll"
24+ - " !**.md"
25+ - " !**.txt"
26+ - " tools/premake/**"
927 - " hooking/**"
1028 - " injector/**"
1129 - " modutils/**"
1533
1634jobs :
1735 build :
18- name : Build Plugin GTA3
36+ name : Build
1937 runs-on : windows-2022
2038
2139 steps :
Original file line number Diff line number Diff line change 1- name : Build Plugin GTA4
1+ name : Plugin GTA4
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 paths :
68 - " !**.dll"
79 - " !**.md"
810 - " !**.txt"
11+ - " tools/premake/**"
12+ - " hooking/**"
13+ - " injector/**"
14+ - " modutils/**"
15+ - " safetyhook/**"
16+ - " shared/**"
17+ - " plugin_IV/**"
18+
19+ pull_request :
20+ types :
21+ - opened
22+ paths :
23+ - " !**.dll"
24+ - " !**.md"
25+ - " !**.txt"
26+ - " tools/premake/**"
927 - " hooking/**"
1028 - " injector/**"
1129 - " modutils/**"
1533
1634jobs :
1735 build :
18- name : Build Plugin GTA4
36+ name : Build
1937 runs-on : windows-2022
2038
2139 steps :
Original file line number Diff line number Diff line change 1- name : Build Plugin GTA SA
1+ name : Plugin GTA SA
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 paths :
68 - " !**.dll"
79 - " !**.md"
810 - " !**.txt"
11+ - " tools/premake/**"
12+ - " hooking/**"
13+ - " injector/**"
14+ - " modutils/**"
15+ - " safetyhook/**"
16+ - " shared/**"
17+ - " plugin_sa/**"
18+
19+ pull_request :
20+ types :
21+ - opened
22+ paths :
23+ - " !**.dll"
24+ - " !**.md"
25+ - " !**.txt"
26+ - " tools/premake/**"
927 - " hooking/**"
1028 - " injector/**"
1129 - " modutils/**"
1533
1634jobs :
1735 build :
18- name : Build Plugin GTA SA
36+ name : Build
1937 runs-on : windows-2022
2038
2139 steps :
Original file line number Diff line number Diff line change 1- name : Build Plugin GTA VC
1+ name : Plugin GTA VC
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 paths :
68 - " !**.dll"
79 - " !**.md"
810 - " !**.txt"
11+ - " tools/premake/**"
12+ - " hooking/**"
13+ - " injector/**"
14+ - " modutils/**"
15+ - " safetyhook/**"
16+ - " shared/**"
17+ - " plugin_vc/**"
18+
19+ pull_request :
20+ types :
21+ - opened
22+ paths :
23+ - " !**.dll"
24+ - " !**.md"
25+ - " !**.txt"
26+ - " tools/premake/**"
927 - " hooking/**"
1028 - " injector/**"
1129 - " modutils/**"
1533
1634jobs :
1735 build :
18- name : Build Plugin GTA VC
36+ name : Build
1937 runs-on : windows-2022
2038
2139 steps :
Original file line number Diff line number Diff line change @@ -495,4 +495,6 @@ user.settings
495495* .workspace
496496* .mk
497497
498- tools /plugin-sdk-funcs-gen /funcs_conv.h
498+ tools /plugin-sdk-funcs-gen /funcs_conv.h
499+ /stdafx.cpp
500+ /stdafx.h
You can’t perform that action at this time.
0 commit comments