Skip to content

Commit

Permalink
no-issue - CI - test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin committed Nov 24, 2023
1 parent dcb1141 commit 1614b8f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Continuous Integration"

on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/continuous-integration.yml
- composer.*
Expand All @@ -12,15 +10,7 @@ on:
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- phpunit.xml.dist
- src/**
- tests/**
schedule:
- cron: "42 3 * * *"
- "main"

env:
fail-fast: true
Expand Down

0 comments on commit 1614b8f

Please sign in to comment.