From 478c41abf1d133f43dcdc4529949039ac927ed02 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Thu, 24 Oct 2024 14:36:07 -0400 Subject: [PATCH 1/2] GitHub action run limited to `master` and `dev` branches --- .github/workflows/test.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16ea0b46..e50842cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,16 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - master + - dev + + pull_request: + branches: + - master + - dev env: TEST_PYTHON_VERSION: 3.9 From 595744341cb44a4f815412c1df382f84e9c87777 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Thu, 24 Oct 2024 14:36:28 -0400 Subject: [PATCH 2/2] `CHANGELOG.md` updated --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d58288b..ab61fa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +- GitHub actions are limited to the `dev` and `master` branches ## [4.1] - 2024-10-17 ### Added - 5 new distance/similarity