diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 0f41cb6..53e59f1 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -1,4 +1,4 @@ -name: Backend tests +name: Backend Tests # any branch is useful for testing before a PR is submitted on: [push, pull_request] diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 53f7d62..981c715 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -5,12 +5,10 @@ name: Node.js Package on: workflow_run: - workflows: [Frontend Tests, Backend tests] + workflows: ["Frontend Tests", "Backend Tests"] types: - completed - branches: - - main - - master + branches: ["main", "master"] jobs: publish-npm: