Skip to content

Commit

Permalink
ci: 修复on
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 8, 2023
1 parent fa55dc6 commit 1184578
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
- 'assets/**'
- 'cmake/**'
- 'CMakelists.txt'
pull_request:
- 'CMakePresets.json'
pull_request:
branches:
- '**'
paths:
Expand All @@ -23,7 +24,8 @@ on:
- 'assets/**'
- 'cmake/**'
- 'CMakelists.txt'
workflow_dispatch:
- 'CMakePresets.json'
workflow_dispatch:

jobs:
meta:
Expand Down

0 comments on commit 1184578

Please sign in to comment.