We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743115e commit 881f771Copy full SHA for 881f771
.github/workflows/CI-workflow.yml
@@ -2,10 +2,10 @@ name: Build and Test ml-commons
2
# This workflow is triggered on pull requests and push to any branches
3
on:
4
push:
5
- branches-ignore:
6
- - 'backport/**'
7
- - 'create-pull-request/**'
8
- - 'dependabot/**'
+ branches:
+ - 'main'
+ - '[0-9]+.[0-9]+'
+ - '[0-9]+.x'
9
pull_request_target:
10
types: [opened, synchronize, reopened]
11
0 commit comments