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:
types: [published]
# Allows manual triggering of the workflow
workflow_dispatch:
jobs:
trigger-tap-update:
runs-on: ubuntu-latest
@@ -18,4 +21,4 @@ jobs:
"release": {
"tag_name": "${{ github.event.release.tag_name }}"
}
}
}