Skip to content

Commit 3d3a052

Browse files
Rename «release» job
1 parent 17dc1d9 commit 3d3a052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Release Asset
1+
name: Release
22

33
on:
44
push:
@@ -10,7 +10,7 @@ jobs:
1010
# There is no way to run a workflow on push tags on a specific branch.
1111
# The job should be skipped when running for a non-master branch.
1212
if: github.event.base_ref == 'refs/heads/master'
13-
name: Upload Release Asset
13+
name: Release (skip on non-main branch)
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Branch name

0 commit comments

Comments
 (0)