diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc6e73..c3edeef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, sdk-v4 ] + branches: [ master ] pull_request: - branches: [ master, sdk-v4 ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: