Skip to content

Commit 87c6936

Browse files
authoredOct 11, 2024
Revert "Merge csa branch into main branch"
1 parent d4aa9a5 commit 87c6936

File tree

142 files changed

+722
-11173
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

+722
-11173
lines changed
 

‎.github/workflows/build.yaml

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

1717
on:
1818
push:
19-
branches:
20-
- master
21-
- 'v*-branch'
19+
branches-ignore:
20+
- 'dependabot/**'
2221
pull_request:
2322
merge_group:
2423
workflow_dispatch:

‎.github/workflows/chef.yaml

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

1717
on:
1818
push:
19-
branches:
20-
- master
21-
- 'v*-branch'
19+
branches-ignore:
20+
- 'dependabot/**'
2221
pull_request:
2322
merge_group:
2423

0 commit comments

Comments
 (0)