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

Skip to content

Commit 9cf0c5f

Browse files
committed
ci: enable all workflows for pull requests
1 parent 761e0f2 commit 9cf0c5f

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [main]
55
pull_request:
6-
branches: [main]
6+
77
jobs:
88
build-msrv:
99
name: Build on MSRV (1.71)

.github/workflows/clippy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Clippy
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
47

58
jobs:
69
build:

.github/workflows/minver.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Check minimal version resolution
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
47

58
jobs:
69
check-minver:

.github/workflows/rustfmt.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Rustfmt
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)