Skip to content

Commit

Permalink
Merge pull request #194 from jmpsec/cicd-push
Browse files Browse the repository at this point in the history
Only create releases on pushes with tags
  • Loading branch information
CptOfEvilMinions authored Jan 9, 2022
2 parents f6cfd72 + 230da94 commit 41b2bec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Create new osctrl release with binaries

on:
create:
push:
tags:
- 'v*'
pull_request:
branches:
- main
types: [closed]

permissions:
contents: write
Expand Down

0 comments on commit 41b2bec

Please sign in to comment.