We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbfa08 commit 817c31cCopy full SHA for 817c31c
.github/workflows/post-deploy-test.yml
@@ -2,6 +2,9 @@ name: Post-deploy Test
2
3
on:
4
workflow_call:
5
+ push:
6
+ paths:
7
+ - ".github/workflows/post-deploy-test.yml"
8
9
jobs:
10
test1:
0 commit comments