Skip to content

Commit 87e9130

Browse files
committed
tune ci npm publish
1 parent 9dd761a commit 87e9130

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CI"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "wclr-release-test" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "wclr-release-test" ]
88
paths:
99
- .github/workflows/**/*.yml
1010
- app/**/*
@@ -31,7 +31,7 @@ defaults:
3131
shell: "bash"
3232

3333
env:
34-
CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}"
34+
CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/wclr-release-test' }}"
3535
CI_RELEASE: "${{ github.event_name == 'release' }}"
3636
STACK_VERSION: "3.3.1"
3737

npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "purescript",
2+
"name": "wclr/purescript",
33
"version": "0.15.15",
44
"license": "ISC",
55
"description": "PureScript wrapper that makes it available as a local dependency",

0 commit comments

Comments
 (0)