Skip to content

Commit

Permalink
Fix ci.yml: Add on
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Jan 21, 2024
1 parent 85a6803 commit da85184
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ name: ci
env:
CARGO_TERM_COLOR: always

on:
merge_group:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
pull_request:

jobs:
fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da85184

Please sign in to comment.