Skip to content

Commit

Permalink
ci: publish on runner.os == "Linux" (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Oct 26, 2023
1 parent ddedb7a commit 654c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Publish
if: |
contains(matrix.os, 'ubuntu') &&
runner.os == 'Linux' &&
github.repository == 'denoland/denokv' &&
startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 654c6bb

Please sign in to comment.