Browse Source

Update autopublish.yml

pull/4/head
Muryor 3 years ago committed by GitHub
parent
commit
89e299e048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      .github/workflows/autopublish.yml

20
.github/workflows/autopublish.yml

@ -1,9 +1,23 @@
name: Node.js Package name: Node.js Package
on: on:
push: pull_request:
branches: types:
- main - labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs: jobs:
publish-npm: publish-npm:

Loading…
Cancel
Save