Skip to content

Commit

Permalink
Release touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 12, 2024
1 parent 592f616 commit fe1b9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: coverage
name: Coverage

on:
push:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release

on:
pull_request: {}
Expand Down Expand Up @@ -50,10 +50,9 @@ jobs:
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188
with:
files: |
.github/actions/package/*
.github/workflows/release.yml
justfile
Cargo.toml # For release build settings
Cargo.toml
outputs:
changed: ${{ steps.changed.outputs.any_changed }}
archs: ${{ steps.meta.outputs.archs }}
Expand Down

0 comments on commit fe1b9d5

Please sign in to comment.