1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 14:42:26 +03:00

Better workflow naming

This commit is contained in:
Jon Rohan 2021-04-04 21:35:00 -07:00
parent 56be09df55
commit e6da0f10e5
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
4 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@ on: pull_request_target
jobs:
label-release:
name: Release
name: Semantic Version
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3

View File

@ -1,10 +1,11 @@
name: Publish Release
name: Release
on:
push:
branches:
- 'main'
jobs:
release:
name: Final
if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest

View File

@ -1,4 +1,4 @@
name: Release Canary
name: Release
on:
push:
branches-ignore:
@ -19,6 +19,7 @@ on:
jobs:
release-canary:
name: Canary
if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest

View File

@ -1,4 +1,4 @@
name: Release Candidate
name: Release
on:
push:
branches:
@ -6,6 +6,7 @@ on:
jobs:
release-candidate:
name: Candidate
if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest