Skip to content

Commit 0a0d205

Browse files
committed
testing on main or opened PR
1 parent 58db996 commit 0a0d205

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Testing
22

3-
on: [ push ]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
types: [ opened, synchronize, reopened, ready_for_review ]
411

512
jobs:
613
test:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sethsharp/odds-api",
33
"homepage": "https://github.com/SethSharp/odds-api",
4-
"description": "This is a convenient composer wrapper for the odds-api. Currently in alpha with some basic endpoints",
4+
"description": "This is a convenient composer wrapper for the odds-api.",
55
"license": "MIT",
66
"autoload": {
77
"psr-4": {

0 commit comments

Comments
 (0)