diff --git a/.github/workflows/nodejsci.yml b/.github/workflows/nodejsci.yml index ca47afd..16a86f1 100644 --- a/.github/workflows/nodejsci.yml +++ b/.github/workflows/nodejsci.yml @@ -3,15 +3,19 @@ name: CI (typing-app) on: push: branches: + - "ci/**" - develop - main paths: + - .github/workflows/nodejsci.yml - "typing-app/**" pull_request: branches: + - "ci/**" - develop - main paths: + - .github/workflows/nodejsci.yml - "typing-app/**" workflow_dispatch: