Skip to content

Commit 14e75fe

Browse files
Merge pull request #16 from ArnoStrouwen/fix-ci-branch
Fix(CI): Update branch references to main
2 parents 906533e + 3bc1e33 commit 14e75fe

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)