diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 31fdb4f..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "composer" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "08:00" - timezone: "Europe/Paris" - cooldown: - default-days: 15 - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "08:00" - timezone: "Europe/Paris" - cooldown: - default-days: 15 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90b4473..336f33b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ concurrency: cancel-in-progress: true on: + push: + branches: + - master pull_request: paths-ignore: - '**.md'