Skip to content

Commit

Permalink
Switch to GHMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jul 16, 2023
1 parent fc95704 commit bc6b2a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Clippy check

on:
push:
branches: [ staging, trying, main ]
branches: [ main ]
pull_request:
merge_group:

jobs:
clippy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Code formatting check

on:
push:
branches: [ staging, trying, main ]
branches: [ main ]
pull_request:
merge_group:

jobs:
rustfmt:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Test

on:
push:
branches: [ staging, trying, main ]
branches: [ main ]
pull_request:
merge_group:

jobs:
test:
Expand Down

0 comments on commit bc6b2a7

Please sign in to comment.