Skip to content

Commit

Permalink
fix: trigger ci actions on pull requests (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
olemathias authored Sep 22, 2024
1 parent e21e62f commit 5ea7e58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: ci

on:
push:
branches:
- '*'
- '!main'
pull_request:
types: [ opened, reopened, synchronize, edited ]
workflow_call:
workflow_dispatch:

jobs:
pre-commit:
Expand Down

0 comments on commit 5ea7e58

Please sign in to comment.