Skip to content

Commit

Permalink
chore: verify release step
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Apr 3, 2023
1 parent 1dbcd0b commit b9dd8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b9dd8c4

Please sign in to comment.