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

Loading…
Cancel
Save