Skip to content

Commit b87f06a

Browse files
committed
[CI] Make homebrew update job runnable on PR and push to master.
Because of a wrong path, the homebrew update could only run when triggered as workflow.
1 parent 65be772 commit b87f06a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/update-brew-macs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ on:
1313
branches:
1414
- 'master'
1515
paths:
16-
- '.github/workflow/update-brew-macs.yml'
16+
- '.github/workflows/update-brew-macs.yml'
17+
18+
pull_request:
19+
branches:
20+
- 'master'
21+
paths:
22+
- '.github/workflows/update-brew-macs.yml'
1723

1824
env:
1925
VENV_DIR: ${{ github.workspace }}/ROOT_CI_VENV

0 commit comments

Comments
 (0)