mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
verify on pull_request (#132)
This commit is contained in:
parent
f1a1580bbd
commit
536ce5b853
4 changed files with 20 additions and 4 deletions
6
.github/workflows/verify-on-macos.yml
vendored
6
.github/workflows/verify-on-macos.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
on: push
|
||||
name: macOS
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com
|
||||
|
|
6
.github/workflows/verify-on-ubuntu.yml
vendored
6
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
on: push
|
||||
name: Ubuntu
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com
|
||||
|
|
6
.github/workflows/verify-on-ubuntu1604.yml
vendored
6
.github/workflows/verify-on-ubuntu1604.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
on: push
|
||||
name: Ubuntu 16.04
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com
|
||||
|
|
6
.github/workflows/verify-on-windows.yml
vendored
6
.github/workflows/verify-on-windows.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
on: push
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
name: Connect to github.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue