Skip to content

Commit

Permalink
Merge pull request AntiMicroX#6 from pktiuk/release_trigger
Browse files Browse the repository at this point in the history
Update trigger for type of release
  • Loading branch information
pktiuk authored Jun 16, 2020
2 parents 7be73c1 + fe13a42 commit cf7fd02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

name: Release_actions
on: release

on:
release:
types: [published]

jobs:
# This workflow contains a single job called "build"
build:
Expand Down

0 comments on commit cf7fd02

Please sign in to comment.