Skip to content

Commit bc98ad3

Browse files
committed
refactor: Adjust CI jobs for v4 branch
1 parent 409b5ed commit bc98ad3

File tree

7 files changed

+6
-72
lines changed

7 files changed

+6
-72
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot auto-merge
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- v4
66

77
permissions:
88
contents: write

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Docs
22
on:
33
push:
44
branches:
5-
- main
5+
- v4
66

77
permissions:
88
contents: write

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: GitHub CI
33
on:
44
push:
55
branches:
6-
- main
6+
- v4
77
pull_request:
88
branches:
9-
- main
9+
- v4
1010

1111
# No permissions are required for this workflow
1212
permissions: {}

.github/workflows/issues.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/reuse-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: REUSE
33
on:
44
push:
55
branches:
6-
- main
6+
- v4
77
pull_request:
88
branches:
9-
- main
9+
- v4
1010

1111
# No permissions are required for this workflow
1212
permissions: {}

.github/workflows/security-audit.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)