Skip to content

Commit

Permalink
update .github/workflows/js-test-and-release.yml (libp2p#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Feb 3, 2023
1 parent d077942 commit 5390ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: test & maybe release
on:
push:
branches:
- main # with #262 - ${{{ github.default_branch }}}
- main
pull_request:

jobs:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
release:
needs: [test-node, test-chrome, test-chrome-webworker, test-firefox, test-firefox-webworker, test-electron-main, test-electron-renderer]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main' # with #262 - 'refs/heads/${{{ github.default_branch }}}'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5390ac5

Please sign in to comment.