Skip to content

Commit 1ec3fe4

Browse files
committed
Add test link to PR to develop-* branches
1 parent 1e0b281 commit 1ec3fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-testlink-to-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Create/update test link on DEV
14-
if: ${{ github.base_ref == 'develop' }}
14+
if: ${{ github.base_ref == 'develop' || startsWith('develop-', github.base_ref) }}
1515
uses: tzkhan/pr-update-action@v2
1616
with:
1717
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)