insert condition to publish

This commit is contained in:
Jacob Overgaard
2023-03-22 11:11:53 +01:00
parent 620a9b5b03
commit a5a80cadb7

View File

@@ -43,7 +43,7 @@ jobs:
path: ./dist/libs
publish-npm:
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
concurrency: