From 11b3a8211c93f3a7eca06399890c8ca6a7408bf9 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Fri, 15 Jan 2021 13:43:09 -0800 Subject: [PATCH] Fix Github checks after move from master to main --- .github/workflows/ci.yml | 2 +- .github/workflows/kernel-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc5e1d1509..f5ff4eefb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: 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 8c644873de..4eb63055f2 100644 --- a/.github/workflows/kernel-checks.yml +++ b/.github/workflows/kernel-checks.yml @@ -36,7 +36,7 @@ jobs: uses: lots0logs/gh-action-get-changed-files@2.1.4 with: token: ${{ secrets.GITHUB_TOKEN }} - + # Run checks - name: Check File Headers run: |