Skip to content

Commit 42ac765

Browse files
committed
Removing workflow trigger based on topic branches
1 parent b52507b commit 42ac765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Run the Integration Tests for Spring Cloud OCI
44

55
on:
66
push:
7-
branches: [ main, topic_jjyoti_* ]
7+
branches: [ main ]
88
pull_request:
99
branches: [ $default-branch ]
1010
workflow_dispatch:

0 commit comments

Comments
 (0)