Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Couper4 committed Apr 26, 2023
1 parent 651eb6a commit 4f674ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # Runs only on commits on main branch
# TODO: restore me!
# if: github.ref == 'refs/heads/main' # Runs only on commits on main branch
steps:
- uses: actions/checkout@v3
- name: Publish to NPM registry
Expand Down

0 comments on commit 4f674ad

Please sign in to comment.