Update actions

This commit is contained in:
MaxwellS04
2024-08-04 19:13:18 +07:00
parent ca2dc20149
commit cb722f2a72
5 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ name: CMake (Linux)
on:
push:
branches:
- main
paths:
- src/**
- cmake/**

View File

@@ -3,6 +3,9 @@ name: CMake (macos)
on:
push:
branches:
- main
paths:
- src/**
- cmake/**

View File

@@ -3,6 +3,9 @@ name: CodeQL Analysis (Linux)
on:
push:
branches:
- main
paths:
- src/**
- cmake/**

View File

@@ -3,6 +3,9 @@ name: CodeQL Analysis (macos)
on:
push:
branches:
- main
paths:
- src/**
- cmake/**

View File

@@ -3,6 +3,9 @@ name: CodeQL Analysis (Windows, msys2)
on:
push:
branches:
- main
paths:
- src/**
- cmake/**