1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 09:43:58 +02:00

update workflow naming

This commit is contained in:
Ian Storm Taylor
2021-04-01 13:38:26 -04:00
parent 0f8b5cfa2e
commit 2dcef9e4fb
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
name: Continuous Integration
name: CI
on:
- push
- pull_request
jobs:
ci:
run:
runs-on: ubuntu-latest
strategy:
matrix:

View File

@@ -1,5 +1,5 @@
# https://github.com/marketplace/actions/automatic-rebase (https://github.com/cirrus-actions/rebase)
name: Comment Automation
name: Comment
on:
issue_comment:

View File

@@ -1,4 +1,4 @@
name: Release Automation
name: Release
on:
push:
@@ -6,7 +6,7 @@ on:
- master
jobs:
release:
run:
runs-on: ubuntu-latest
strategy:
matrix: