Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: enable all workflows for pull requests
  • Loading branch information
djc committed Sep 11, 2025
commit ee6d2cc802396e521fc1c4c9032231ee24665420
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build-msrv:
name: Build on MSRV (1.71)
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Clippy

on: [push]
on:
push:
branches: ['main']
pull_request:

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/minver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check minimal version resolution

on: [push]
on:
push:
branches: ['main']
pull_request:

jobs:
check-minver:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Rustfmt

on: [push]
on:
push:
branches: ['main']
pull_request:

jobs:
build:
Expand Down