Fix Github checks after move from master to main (#246)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc5e1d1..f5ff4ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@
   push:
     branches: ["**"]
   pull_request:
-    branches: [master]
+    branches: [main]
   workflow_dispatch:
 jobs:
   spell-check:
diff --git a/.github/workflows/kernel-checks.yml b/.github/workflows/kernel-checks.yml
index 8c64487..4eb6305 100644
--- a/.github/workflows/kernel-checks.yml
+++ b/.github/workflows/kernel-checks.yml
@@ -36,7 +36,7 @@
         uses: lots0logs/gh-action-get-changed-files@2.1.4
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-      
+
       # Run checks
       - name: Check File Headers
         run: |