We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dc1d9 commit 3d3a052Copy full SHA for 3d3a052
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Upload Release Asset
+name: Release
2
3
on:
4
push:
@@ -10,7 +10,7 @@ jobs:
10
# There is no way to run a workflow on push tags on a specific branch.
11
# The job should be skipped when running for a non-master branch.
12
if: github.event.base_ref == 'refs/heads/master'
13
- name: Upload Release Asset
+ name: Release (skip on non-main branch)
14
runs-on: ubuntu-latest
15
steps:
16
- name: Branch name
0 commit comments