1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Fix #130 - improve readme.md (#131)

Co-authored-by: shimataro <shimataro@zelkova.cc>
This commit is contained in:
Helmut Wolf 2020-06-06 02:20:02 +02:00 committed by GitHub
parent f1a1580bbd
commit c2dde220fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 8 deletions

View file

@ -1,7 +1,11 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: push
name: Build
on:
- push
- pull_request
jobs:
build:
name: Build on ${{ matrix.os }} / Node.js v${{ matrix.nodejs }}