Skip to content

Commit

Permalink
Branch version stable-0.8.x
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Dec 19, 2024
1 parent 9353fa2 commit 249ba5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: Build
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: Clippy
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ name: Dependabot auto-approval and auto-merge
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: Test
- stable-0.5.x
- stable-0.6.x
- stable-0.7.x
- stable-0.8.x

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit 249ba5f

Please sign in to comment.