Skip to content

Commit

Permalink
Only run job when creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Dec 12, 2020
1 parent 9754e80 commit 5e86c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Builds

on: push
on:
release:
types: [created]

jobs:
release:
Expand Down

0 comments on commit 5e86c06

Please sign in to comment.