1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 10:14:02 +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: on:
- push - push
- pull_request - pull_request
jobs: jobs:
ci: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

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

View File

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