update github workflows branches and update dynamic bages
This commit is contained in:
2
.github/workflows/loc.yml
vendored
2
.github/workflows/loc.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- env:
|
- env:
|
||||||
LOC: ${{needs.count-loc.outputs.loc}}
|
LOC: ${{needs.count-loc.outputs.loc}}
|
||||||
uses: Schneegans/dynamic-badges-action@v1.6.0
|
uses: Schneegans/dynamic-badges-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: c16f26c4c5ab7f613fe758c913f9e71f
|
gistID: c16f26c4c5ab7f613fe758c913f9e71f
|
||||||
|
|||||||
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -2,9 +2,9 @@ name: Rust
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: ["trunk"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: ["trunk"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
2
.github/workflows/rustfmt-pr.yml
vendored
2
.github/workflows/rustfmt-pr.yml
vendored
@@ -2,7 +2,7 @@ name: Rustfmt
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: ["trunk"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|||||||
2
.github/workflows/rustfmt.yml
vendored
2
.github/workflows/rustfmt.yml
vendored
@@ -2,7 +2,7 @@ name: RustFmt
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: ["trunk"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|||||||
Reference in New Issue
Block a user