From 02255f30aa4912663ff47b23ad0a0c9f03062dd9 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Fri, 10 Oct 2025 19:19:51 +0200 Subject: [PATCH 1/2] also run ci on main --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 814510c..b3f8fd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ -on: pull_request +on: + pull_request: + push: + branches: + - main name: Continuous Integration From 219782788bf83c02a632f67ce121d3b1fbfece9c Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Fri, 10 Oct 2025 19:20:15 +0200 Subject: [PATCH 2/2] bump patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ede8e6..a5b4017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "nu-ansi-term" -version = "0.50.2" +version = "0.50.3" dependencies = [ "doc-comment", "serde", diff --git a/Cargo.toml b/Cargo.toml index 12ab914..6ae76d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" rust-version = "1.62.1" license = "MIT" name = "nu-ansi-term" -version = "0.50.2" +version = "0.50.3" repository = "https://github.com/nushell/nu-ansi-term" [lib]