diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaad42911..a619833c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,14 +3,14 @@ name: Continuous Integration on: push: branches: - - "master" + - "trunk" tags: - "*" paths-ignore: - "**.md" pull_request: branches: - - "master" + - "trunk" paths-ignore: - "**.md" workflow_dispatch: