We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34479de commit 8ad80bcCopy full SHA for 8ad80bc
1 file changed
.github/workflows/trigger_acme_tests.yml
@@ -3,7 +3,7 @@ name: Trigger Acme Demo Tests
3
on:
4
push:
5
branches:
6
- - 3.3.x
+ - master
7
8
jobs:
9
dispatch:
@@ -20,3 +20,4 @@ jobs:
20
github_token: ${{ secrets.ACME_DEMO_PAT }}
21
workflow_file_name: tests.yml
22
wait_workflow: false
23
+ client_payload: '{"branch":"master"}'
0 commit comments