問題タブ [github-webhook]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - GitHub Webhook ペイロードに「ref」タグがない
GitHub イベントがブランチへのコミットまたはマージの場合にのみ、いくつかのバックエンド アクティビティをトリガーするように GitHub webhook をセットアップしようとしていますmaster
。
私の調査によると、ペイロードの「ref」タグを使用して、master
ブランチであるかどうかを判断できます。ただし、明らかに、このイベントがどのブランチ向けであったかについての情報はありません。
私はここで何か悪いことをしていますか?