Skip to content

Commit ff952f0

Browse files
committed
Undo changes in ci_test.yml
1 parent 7a460ff commit ff952f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI-Tests
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
5+
branches: [ "main" ]
6+
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
77
pull_request:
8-
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
8+
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
99

1010
env:
1111
CARGO_TERM_COLOR: always
@@ -210,4 +210,4 @@ jobs:
210210
with:
211211
toolchain: "1.65" # it says it can read the rust-toolchain file, but it fails if we omit this
212212
components: rustfmt, clippy
213-
- run: scripts/check-fmt.sh
213+
- run: scripts/check-fmt.sh

0 commit comments

Comments
 (0)