Skip to content

Commit

Permalink
update branch listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed Jul 2, 2024
1 parent 2c0f826 commit 59d3b12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: brew install

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
install:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: brew pr-pull

on:
pull_request_target:
types:
- labeled
workflow_dispatch:

jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: brew test-bot

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
test-bot:
Expand Down

0 comments on commit 59d3b12

Please sign in to comment.