From 0a0d205f8f29e64b6c82dbdf8220a9af0c39b82d Mon Sep 17 00:00:00 2001 From: Seth Sharp Date: Sat, 5 Oct 2024 09:37:10 +1000 Subject: [PATCH] testing on main or opened PR --- .github/workflows/testing.yml | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 83dd478..a9a478d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,6 +1,13 @@ name: Testing -on: [ push ] +on: + push: + branches: + - main + pull_request: + branches: + - main + types: [ opened, synchronize, reopened, ready_for_review ] jobs: test: diff --git a/composer.json b/composer.json index b4c0736..5dc5142 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sethsharp/odds-api", "homepage": "https://github.com/SethSharp/odds-api", - "description": "This is a convenient composer wrapper for the odds-api. Currently in alpha with some basic endpoints", + "description": "This is a convenient composer wrapper for the odds-api.", "license": "MIT", "autoload": { "psr-4": {