Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
ci 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
심승용 committed May 14, 2020
1 parent 52d437f commit 616c35f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Release

on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
release:
types: [created]

jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

jobs:
build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 616c35f

Please sign in to comment.