diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e07a10fe..447e0092e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: ci on: - # Trigger the workflow on push to master or develop, except tag creation + # Trigger the workflow on push to main or develop, except tag creation push: branches: - - 'master' + - 'main' - 'develop' tags-ignore: - '**'