Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devbugging authored Dec 19, 2022
1 parent b2368f1 commit caf198d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Publish Release

on: workflow_dispatch
on:
release:
types: [created]
jobs:
homebrew:
if: "!github.event.release.prerelease"
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- name: "test"
run: echo "HELLO"
run: echo "HELLO"

0 comments on commit caf198d

Please sign in to comment.