diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6bb35282d3..2bdf51cf3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main tags: - '**' pull_request: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1103cc54cd..cf5f5997d59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,13 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # make sure we have version info - run: git fetch --tags - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 3017c44deb5..decfe7c17eb 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: