diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 9d2bc0ff..8ccfddb5 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -2,9 +2,9 @@ name: code scan on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] schedule: - cron: '30 5 * * *' @@ -56,4 +56,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v1 diff --git a/.github/workflows/python-linting.yml b/.github/workflows/python-linting.yml index 68a2155a..5a4a16e4 100644 --- a/.github/workflows/python-linting.yml +++ b/.github/workflows/python-linting.yml @@ -5,9 +5,9 @@ name: Python linting on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '30 5 * * *' diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 45961a89..7cd47c63 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -2,9 +2,9 @@ name: Python Package using Conda on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '30 5 * * *' diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 2bfab569..9c89e9c4 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,9 +5,9 @@ name: Python package test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '30 5 * * *'