Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
iamorlando committed Nov 30, 2023
1 parent 9e60a3d commit 92f9a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI/CD

on:
push:
branches: [ master, dev ]
branches: [ main, dev ]

jobs:
build-and-publish:
Expand All @@ -25,7 +25,7 @@ jobs:


- name: Publish to Public NPM
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH}}

0 comments on commit 92f9a78

Please sign in to comment.