We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56b4f9 commit f685992Copy full SHA for f685992
1 file changed
.github/workflows/test-phpunit.yml
@@ -13,6 +13,7 @@ on:
13
- composer.json
14
- phpunit.xml.dist
15
- .github/workflows/test-phpunit.yml
16
+ - .github/workflows/reusable-phpunit-test.yml
17
18
pull_request:
19
branches:
@@ -26,6 +27,7 @@ on:
26
27
28
29
30
31
32
concurrency:
33
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments