Skip to content

Instantly share code, notes, and snippets.

View hirayama-bp's full-sized avatar

hirayama hirayama-bp

View GitHub Profile
@hirayama-bp
hirayama-bp / cd.yml
Last active February 25, 2020 02:27
.github/workflows/ developでCI, masterでCDする
name: cd
on:
push:
branches:
- master
jobs:
cd:
runs-on: ubuntu-latest