Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Nov 25, 2022
1 parent 045a03f commit b2368f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Release

on: workflow_dispatch
on:
release:
types: [created]

jobs:
releases-matrix:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Release

on:
release:
types: [published]

on: workflow_dispatch
jobs:
homebrew:
if: "!github.event.release.prerelease"
Expand Down

0 comments on commit b2368f1

Please sign in to comment.