Skip to content

Commit 1a10d94

Browse files
Merge pull request #853 from postmanlabs/feature/AB-847
AB-454: Update test-infra-scripts-action.yml to run on develop branch instead of main
2 parents e87b4f9 + 198a6c1 commit 1a10d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-infra-scripts-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- main
8+
- develop
99

1010
env:
1111
GITHUB_BRANCH: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)