Skip to content

Commit 82028d7

Browse files
committed
build: fix config for release-please
1 parent 2c2745d commit 82028d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
name: release-please
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest
9-
if: github.repository == 'istanbuljs/istanbul-lib-processinfo'
9+
if: github.repository == 'istanbuljs/spawn-wrap'
1010
steps:
1111
- uses: google-github-actions/release-please-action@v4
1212
id: release

0 commit comments

Comments
 (0)