From de65c23c2da26a0ea28f0a90302593b355e41325 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:58:01 -0700 Subject: [PATCH] Modified the Github Action names to properly reflect the tests --- .github/workflows/test_action_3.x.yml | 2 +- .github/workflows/test_action_4.x.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_action_3.x.yml b/.github/workflows/test_action_3.x.yml index 35f2492..5d8aa9e 100644 --- a/.github/workflows/test_action_3.x.yml +++ b/.github/workflows/test_action_3.x.yml @@ -1,4 +1,4 @@ -name: Test Action +name: Test Action 3.x on: [push, pull_request] diff --git a/.github/workflows/test_action_4.x.yml b/.github/workflows/test_action_4.x.yml index 894c7a1..6e685cd 100644 --- a/.github/workflows/test_action_4.x.yml +++ b/.github/workflows/test_action_4.x.yml @@ -1,4 +1,4 @@ -name: Test Action +name: Test Action 4.x on: push: branches: [ 'master', 'main', 'prod', 'production' ]