Skip to content

Commit 91b2a10

Browse files
committed
Remove branch limit from CI
1 parent d9d9033 commit 91b2a10

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches: [2.*]
54
paths-ignore:
65
- "README.md"
76
- "release-notes/*"
87
pull_request:
9-
branches: [2.*]
108
paths-ignore:
119
- "README.md"
1210
- "release-notes/*"

0 commit comments

Comments
 (0)