Skip to content

Commit

Permalink
ci: run on pushes to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 24, 2023
1 parent 9221b90 commit a6aaa99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: fmt,lint,check,build
jobs:
Expand Down

0 comments on commit a6aaa99

Please sign in to comment.