We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cd750 commit e9a1456Copy full SHA for e9a1456
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
ci:
10
+ name: Run Tests
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
.github/workflows/publish.yml
@@ -6,7 +6,8 @@ on:
6
- main
- ci:
+ publish:
+ name: Semantic Release
0 commit comments