diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50830ec19..2764fcb10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: - - master + - fix/xcm-notification-issue pull_request: branches: [master]