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: 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

View File

@@ -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

View File

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

View File

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