Skip to content

Commit d4aa9a5

Browse files
authoredOct 11, 2024
Merge csa branch into main branch (project-chip#50)
2 parents fd26c3e + 78f489d commit d4aa9a5

File tree

142 files changed

+11173
-722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+11173
-722
lines changed
 

‎.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ name: Builds
1616

1717
on:
1818
push:
19-
branches-ignore:
20-
- 'dependabot/**'
19+
branches:
20+
- master
21+
- 'v*-branch'
2122
pull_request:
2223
merge_group:
2324
workflow_dispatch:

‎.github/workflows/chef.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ name: Build Chef CI examples on all platforms
1616

1717
on:
1818
push:
19-
branches-ignore:
20-
- 'dependabot/**'
19+
branches:
20+
- master
21+
- 'v*-branch'
2122
pull_request:
2223
merge_group:
2324

0 commit comments

Comments
 (0)