Skip to content

Commit 571b83f

Browse files
authored
Update brew deployment trigger (#255)
1 parent 5004fe3 commit 571b83f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/brew.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Update Homebrew Tap
22

33
on:
4-
workflow_run:
5-
workflows: ["Maven PR Build"]
6-
types: [completed]
4+
push:
5+
branches: [develop]
76

87
permissions:
98
actions: read

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ If you encounter a problem, please feel free to open a ticket in the project's
5454
[issues queue](https://github.com/ksclarke/jiiify-presentation/issues "GitHub Issues Queue"). If you have a question,
5555
feel free to use the project's [discussion board](https://github.com/ksclarke/jiiify-presentation/discussions). Please
5656
specify which branch or version of jiiify-presentation you're using.
57+

0 commit comments

Comments
 (0)