Skip to content

Commit ee5e1ea

Browse files
Tweak workflow event so ci can retrieve credentails correctly (#1102) (#1104)
Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit 8868a42) Co-authored-by: Peter Zhu <[email protected]>
1 parent cd3144f commit ee5e1ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Build and Test ml-commons
22
# This workflow is triggered on pull requests and push to any branches
33
on:
4-
pull_request:
5-
branches:
6-
- "*"
74
push:
8-
branches:
9-
- "*"
5+
branches-ignore:
6+
- 'backport/**'
7+
- 'create-pull-request/**'
8+
- 'dependabot/**'
9+
pull_request_target:
10+
types: [opened, synchronize, reopened]
1011

1112
permissions:
1213
id-token: write

0 commit comments

Comments
 (0)