File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: "CI"
22
33on :
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
3333env :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments