From: Shane Jaroch Date: Thu, 22 Jan 2026 23:54:02 +0000 (-0500) Subject: Update .github/workflows/test.yml X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=3d9e93e1a14525f4a6b1241c55774ebdbb12dd62;p=gamesguru%2Fgetmyancestors.git Update .github/workflows/test.yml Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b26fc1d..0588e8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,10 @@ name: ci "on": - push: [master, main] - pull_request: [master, main] + push: + branches: [master, main] + pull_request: + branches: [master, main] permissions: contents: read