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

verify on pull_request

This commit is contained in:
shimataro 2020-05-11 18:08:53 +09:00
parent f1a1580bbd
commit ce20f33510
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 20 additions and 4 deletions

View file

@ -1,7 +1,11 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions # https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: push
name: macOS name: macOS
on:
- push
- pull_request
jobs: jobs:
ssh: ssh:
name: Connect to github.com name: Connect to github.com

View file

@ -1,7 +1,11 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions # https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: push
name: Ubuntu name: Ubuntu
on:
- push
- pull_request
jobs: jobs:
ssh: ssh:
name: Connect to github.com name: Connect to github.com

View file

@ -1,7 +1,11 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions # https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: push
name: Ubuntu 16.04 name: Ubuntu 16.04
on:
- push
- pull_request
jobs: jobs:
ssh: ssh:
name: Connect to github.com name: Connect to github.com

View file

@ -1,7 +1,11 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions # https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: push
name: Windows name: Windows
on:
- push
- pull_request
jobs: jobs:
ssh: ssh:
name: Connect to github.com name: Connect to github.com