Skip to content

Commit

Permalink
Merge pull request #17 from sk2sat/feature/release-automation
Browse files Browse the repository at this point in the history
[fix] triger of Release workflow
  • Loading branch information
sksat authored Dec 11, 2019
2 parents 7d53061 + a3d54d2 commit e79bc0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on: release
on:
release:
types: created

jobs:
release:
Expand Down

0 comments on commit e79bc0d

Please sign in to comment.