update github workflows branches and update dynamic bages

This commit is contained in:
Zoe
2024-08-14 14:27:58 -05:00
parent 8d83bfaef3
commit 817aa66f62
4 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- env:
LOC: ${{needs.count-loc.outputs.loc}}
uses: Schneegans/dynamic-badges-action@v1.6.0
uses: Schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: c16f26c4c5ab7f613fe758c913f9e71f

View File

@@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ "main" ]
branches: ["trunk"]
pull_request:
branches: [ "main" ]
branches: ["trunk"]
env:
CARGO_TERM_COLOR: always

View File

@@ -2,7 +2,7 @@ name: Rustfmt
on:
pull_request:
branches: [ "main" ]
branches: ["trunk"]
jobs:
format:

View File

@@ -2,7 +2,7 @@ name: RustFmt
on:
push:
branches: [ "main" ]
branches: ["trunk"]
jobs:
format: