Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Mar 19, 2024
1 parent 90b2e0d commit 7a427fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- run: npm test
deploy:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/main'
# needs: test
# if: github.ref == 'refs/heads/main'
environment: production
steps:
- name: Debug
run: ls
- name: Deploy
run: npx wrangler deploy src/index.js -c ./wrangler.toml

0 comments on commit 7a427fe

Please sign in to comment.