diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60fedc4..a202d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: push: - branches: ['master'] + branches: ['main'] tags: ['v[0-9]'] jobs: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b169fd9..0a9691e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: # Snapshots - - master + - main tags: ["**"] # Releases release: types: [published] diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ba6c820..83f4aca 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: update_release_draft: