Skip to content

Commit

Permalink
Do not launch tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Nov 30, 2023
1 parent ba2420e commit c6ab1cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
on: [pull_request]
name: PHPUnit

on:
push:
pull_request:

jobs:

tests:
name: Tests
runs-on: Ubuntu-20.04
Expand Down

0 comments on commit c6ab1cd

Please sign in to comment.