1
0
Fork 0
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:
shimataro 2019-09-22 07:50:58 +09:00 committed by GitHub
parent 6feada438d
commit ee1e03f3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
push:
branches:
- master
- develop
- development
- "v*"
pull_request:
name: Build
jobs: