Modified the Github Action names to properly reflect the tests

This commit is contained in:
Randolph W. Aarseth II 2023-05-23 20:58:01 -07:00
parent 775a4bf384
commit de65c23c2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Test Action name: Test Action 3.x
on: [push, pull_request] on: [push, pull_request]

View File

@ -1,4 +1,4 @@
name: Test Action name: Test Action 4.x
on: on:
push: push:
branches: [ 'master', 'main', 'prod', 'production' ] branches: [ 'master', 'main', 'prod', 'production' ]