Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Feb 26, 2024
1 parent 32b3a82 commit 8ad7b3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
- run: npm test

publish:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [21.6.1]
os: [ubuntu-latest]

if: ${{ github.ref == 'refs/heads/main' }}
needs: [quality]
steps:
Expand Down

0 comments on commit 8ad7b3f

Please sign in to comment.