mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* build check on "development" and "v*" branches (#13)
This commit is contained in:
parent
6feada438d
commit
ee1e03f3de
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
# https://help.github.com/ja/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
- development
|
||||||
|
- "v*"
|
||||||
pull_request:
|
pull_request:
|
||||||
name: Build
|
name: Build
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue