Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed May 31, 2024
1 parent 6a0c61b commit 09a6f37
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustfmtCheck

on:
push:
branches: ["master", "dev"]
branches: ["main", "dev"]
pull_request:
branches: ["master", "dev"]
branches: ["main", "dev"]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustLinux

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master", "dev"]
branches: ["main", "dev"]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustMacos

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master", "dev"]
branches: ["main", "dev"]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: RustWindows

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master", "dev"]
branches: ["main", "dev"]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Typos

on:
push:
branches: ["master", "dev"]
branches: ["main", "dev"]
pull_request:
branches: ["master", "dev"]
branches: ["main", "dev"]

jobs:
Typos:
Expand Down

0 comments on commit 09a6f37

Please sign in to comment.