Skip to content

Commit 7801b04

Browse files
Merge pull request #33 from ArnoStrouwen/fix-ci-branch
Fix(CI): Update branch references to main
2 parents 35e00db + f78db0f commit 7801b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Documentation"
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags: '*'
88
pull_request:
99
schedule:

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Downgrade
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'docs/**'
88
push:

0 commit comments

Comments
 (0)