Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Feb 28, 2025
1 parent ab346ae commit 56eef85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CMake on multiple platforms(PR)

on:
push:
pull_request:
branches:
- '**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CMake on multiple platforms(Push)

on:
pull_request:
push:
branches:
- '**'

Expand Down

0 comments on commit 56eef85

Please sign in to comment.