Skip to content

Commit

Permalink
Merge pull request #1 from SetuHQ/github-workflow
Browse files Browse the repository at this point in the history
Update workflow yaml
  • Loading branch information
aditya-67 authored Dec 27, 2023
2 parents a8285c4 + 67280e5 commit cc4e121
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish

on:
release:
types: [created]
pull_request:
types:
- closed
branches:
- 'main'

jobs:
publish-npm:
Expand Down

0 comments on commit cc4e121

Please sign in to comment.