Rename master branch to main

This commit is contained in:
Erik Westrup
2022-04-05 08:28:01 +02:00
parent 7c64d861ae
commit 329fa40c30
+3 -3
View File
@@ -3,13 +3,13 @@ name: Lint Code Base
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: master branches: main
paths: paths:
- '**.sh' - '**.sh'
- '.github/workflows/linter.yml' - '.github/workflows/linter.yml'
- 'bin/**' - 'bin/**'
pull_request: pull_request:
branches: master branches: main
paths: paths:
- '**.sh' - '**.sh'
- '.github/workflows/linter.yml' - '.github/workflows/linter.yml'
@@ -29,5 +29,5 @@ jobs:
env: env:
VALIDATE_ALL_CODEBASE: true VALIDATE_ALL_CODEBASE: true
VALIDATE_BASH: true VALIDATE_BASH: true
DEFAULT_BRANCH: master DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}