Skip to content

Commit

Permalink
added check for master
Browse files Browse the repository at this point in the history
  • Loading branch information
annesiri committed Oct 27, 2023
1 parent 5c97d9a commit ce72b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
CI: true

publish:
# environment: production
environment: production
needs: build
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ce72b2a

Please sign in to comment.