Skip to content

Commit

Permalink
feat: enable release pipeline and trigger release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 6, 2020
1 parent 069c25b commit 7d5eb28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

# on:
# push:
# branches:
# - master
on:
push:
branches:
- master

jobs:
release:
Expand Down

0 comments on commit 7d5eb28

Please sign in to comment.