Update trigger-homebrew-update.yml [skip ci]

This commit is contained in:
Benson Wong
2025-07-30 10:13:49 -07:00
committed by GitHub
parent bbaf172956
commit 7905fa9ea3

View File

@@ -3,6 +3,9 @@ on:
release: release:
types: [published] types: [published]
# Allows manual triggering of the workflow
workflow_dispatch:
jobs: jobs:
trigger-tap-update: trigger-tap-update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -18,4 +21,4 @@ jobs:
"release": { "release": {
"tag_name": "${{ github.event.release.tag_name }}" "tag_name": "${{ github.event.release.tag_name }}"
} }
} }