Skip to content

Commit

Permalink
Tweak workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 7, 2024
1 parent 2b35a93 commit 33b164d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: 🧪 CI
on:
push:
branches: ['*']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
name: 🚀 Release
on:
push:
tags: [v*]
jobs:
release:
name: Release on GitHub
name: Release on CPAN and GitHub
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 33b164d

Please sign in to comment.