Skip to content

Instantly share code, notes, and snippets.

@SoYoung210
SoYoung210 / deploy.yml
Created December 10, 2019 08:09
GitHub Package Deploy
name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Publish
@SoYoung210
SoYoung210 / label.yaml
Created December 4, 2019 06:32
Create Default Labels Action
name: Create Default Labels
on:
push:
paths:
- .github/labels.json
jobs:
labels: