Skip to content

Commit fe7ca90

Browse files
committed
update branch name in various other places from devel->development
Signed-off-by: Adam Warner <[email protected]>
1 parent 99be2e1 commit fe7ca90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- master
7-
- devel
7+
- development
88
- "!dependabot/**"
99
pull_request:
1010
# The branches below must be a subset of the branches above
1111
branches:
1212
- master
13-
- devel
13+
- development
1414
schedule:
1515
- cron: "0 0 * * 0"
1616

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- devel
6+
- development
77
- master
88
pull_request:
99
branches:

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ When requesting or submitting new features, first consider whether it might be u
3131

3232
## Technical Requirements
3333

34-
- Submit Pull Requests to the **devel branch only**.
35-
- Before Submitting your Pull Request, merge `devel` with your new branch and fix any conflicts. (Make sure you don't break anything in development!)
34+
- Submit Pull Requests to the **development branch only**.
35+
- Before Submitting your Pull Request, merge `development` with your new branch and fix any conflicts. (Make sure you don't break anything in development!)
3636
- Commit Unix line endings.
3737
- Please use the Pi-hole brand: **Pi-hole** (Take a special look at the capitalized 'P' and a low 'h' with a hyphen)
3838
- (Optional fun) keep to the theme of Star Trek/black holes/gravity.

0 commit comments

Comments
 (0)