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 5440566 commit 95d568b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ jobs:
homebrew:
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
name: Bump Homebrew formula
run: echo "HELLO"
runs-on: ubuntu-latest
steps:
- name: "test"
run: echo "HELLO"

0 comments on commit 95d568b

Please sign in to comment.