Temporarily enable publishing in PRs

This commit is contained in:
Daniel Imms
2023-11-01 06:48:33 -07:00
parent e1d19e00a5
commit 905285efda
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ on:
# If a commit reaches master, assume it has passed CI via PR and publish
# without running tests to save time to publish
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
release:
+1 -1
View File
@@ -7,7 +7,7 @@
* to be stable and consumed by external programs.
*/
declare module 'xterm-headless' {
declare module '@xterm/headless' {
/**
* A string representing log level.
*/
+1 -1
View File
@@ -9,7 +9,7 @@
/// <reference lib="dom"/>
declare module 'xterm' {
declare module '@xterm/xterm' {
/**
* A string or number representing text font weight.
*/