Skip to content

Commit 881f771

Browse files
authored
[backport 3.4] Revert #4487 #4489 as it is resolved in build get image scripts (#4502)
Signed-off-by: Sicheng Song <[email protected]>
1 parent 743115e commit 881f771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Test ml-commons
22
# This workflow is triggered on pull requests and push to any branches
33
on:
44
push:
5-
branches-ignore:
6-
- 'backport/**'
7-
- 'create-pull-request/**'
8-
- 'dependabot/**'
5+
branches:
6+
- 'main'
7+
- '[0-9]+.[0-9]+'
8+
- '[0-9]+.x'
99
pull_request_target:
1010
types: [opened, synchronize, reopened]
1111

0 commit comments

Comments
 (0)