diff --git a/.github/workflows/fix-configfile-line-endings.yaml b/.github/workflows/fix-configfile-line-endings.yaml index 9cb9e14813..cf4fb7499c 100644 --- a/.github/workflows/fix-configfile-line-endings.yaml +++ b/.github/workflows/fix-configfile-line-endings.yaml @@ -1,12 +1,12 @@ on: push: branches: - - master + - main paths: - - 'WORKSPACES' + - WORKSPACES pull_request: branches: - - master + - main jobs: check-config-files: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: 'Ensure linux line-endings' + - name: Ensure linux line-endings run: | git add --renormalize . if git diff --exit-code; then