diff --git a/.github/workflows/build_dev.yaml b/.github/workflows/build_dev.yaml index e251a3fa..cb84f390 100644 --- a/.github/workflows/build_dev.yaml +++ b/.github/workflows/build_dev.yaml @@ -2,7 +2,7 @@ name: build-dev on: push: - branches: [ master ] + branches: [ gh-testing ] paths-ignore: # Do not run the pipeline if only Markdown files changed - '**.md'