Skip to content

Commit

Permalink
ci: run on push to main and remove pr trigger filter (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-pap committed Apr 21, 2024
1 parent 750c402 commit 0830664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
on:
pull_request:
branches:
- "**"
push:
branches: ["main"]
jobs:
pre-commit:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0830664

Please sign in to comment.