diff --git a/.github/workflows/build.yml b/.github/workflows/notification.yml similarity index 97% rename from .github/workflows/build.yml rename to .github/workflows/notification.yml index d646a4b..1a68d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/notification.yml @@ -1,4 +1,4 @@ -name: build +name: Commit notification on: push: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/publish.yml similarity index 98% rename from .github/workflows/nodejs.yml rename to .github/workflows/publish.yml index a497eb6..77536ab 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: Publish package to npm on: push: @@ -9,7 +9,6 @@ on: jobs: publish: runs-on: ubuntu-latest - needs: [build] if: startsWith(github.ref, 'refs/tags') steps: - name: Checkout