diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8baec0e..3521aa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,3 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f32ef93..06dd0d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,8 @@ -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: name: fmt,lint,check,build jobs: