From ff9d770e5e7c6b3c2703abea321ba948c503997f Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Sat, 2 Mar 2024 23:26:41 -0800 Subject: [PATCH 1/2] bumps license version --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index be2184f4..1d291edf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Cory Simmons, Peter Ramsing, and LostGrid Contributors +Copyright (c) 2023 Cory Simmons, Peter Ramsing, and LostGrid Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From f11a294c0bcdc4967034e039c9989c4268d33dbb Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Sat, 2 Mar 2024 23:29:44 -0800 Subject: [PATCH 2/2] fixes actions not running --- .github/workflows/node.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e260f9ce..c51d3a4a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -6,10 +6,12 @@ name: Node CI on: push: branches: - - master + - main + - v* pull_request: branches: - - master + - main + - v* jobs: build: