Skip to content

Commit

Permalink
ci: modify execute policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Aug 12, 2024
1 parent 9f80e89 commit a24fa6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- "CMakePresets.json"
- "vcpkg*"
- ".github/workflows/codeql.yml"
branches:
- main
- dev
pull_request:
paths:
- "src/**"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
paths:
- "src/**"
- ".github/workflows/format-check.yml"
branches:
- main
- dev

jobs:
format-check:
name: Format Check
Expand Down

0 comments on commit a24fa6b

Please sign in to comment.