diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50830ec19..eefc0dbac 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-callback-error pull_request: branches: [master] diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 26d390144..3f85a3476 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -3,7 +3,7 @@ name: Srtool build on: push: branches: - - master + - Fix/xcm-callback-error tags: - "v*"