Skip to content

Commit

Permalink
Update pull-request-intergration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 6, 2024
1 parent 7059ad7 commit 9a114a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- 'main'
paths:
- "feature/*"
types:
- auto_merge_enabled

permissions:
checks: write
Expand Down Expand Up @@ -60,4 +62,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
with:
files: build/test-results/**/*.xml
files: build/test-results/**/*.xml

0 comments on commit 9a114a8

Please sign in to comment.