Pervent merge conflict

This commit is contained in:
MaxwellS04
2025-08-30 08:55:19 +07:00
parent d5a13453b2
commit 3f72771d71
3 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ name: CMake (Linux)
on:
push:
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "main" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,6 @@ name: CMake (macos)
on:
push:
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "main" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,6 @@ name: CMake (Windows, msys2)
on:
push:
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "msin" ]
paths:
- src/**
- cmake/**