diff --git a/.github/workflows/build_develop_ai.yml b/.github/workflows/build_develop_ai.yml index 211d930..cf72f3f 100644 --- a/.github/workflows/build_develop_ai.yml +++ b/.github/workflows/build_develop_ai.yml @@ -5,9 +5,7 @@ on: # Using a different branch name? Replace `main` with your branch’s name push: paths: - - "ai/**" - - "extension-utils/**" - branches: [feat/ai] + branches: [main] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: