We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9da9ad commit 421a7ddCopy full SHA for 421a7dd
.github/workflows/integration-tests.yml
@@ -0,0 +1,17 @@
1
+name: Integration Tests
2
+
3
+on:
4
+ - pull_request
5
+ - push
6
7
+jobs:
8
+ dispatch:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Repository Dispatch
12
+ uses: peter-evans/repository-dispatch@v1
13
+ with:
14
+ token: "${{ secrets.GITHUB_TOKEN}}"
15
+ repository: ulisesgascon/express-examples
16
+ event-type: integration-tests
17
+ client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'
0 commit comments