Skip to content

Commit

Permalink
testing on main or opened PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 4, 2024
1 parent 58db996 commit 0a0d205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0a0d205

Please sign in to comment.