Skip to content

Commit 6c74417

Browse files
Merge pull request #179 from ArnoStrouwen/fix/ci-branch-references
Fix(CI): Update branch references to main
2 parents 2b0bed5 + da78c12 commit 6c74417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Downgrade
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'docs/**'
88
push:
99
branches:
10-
- master
10+
- main
1111
paths-ignore:
1212
- 'docs/**'
1313
jobs:

0 commit comments

Comments
 (0)