Skip to content

Commit

Permalink
fix: trigger ci actions on pull requests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
olemathias authored Sep 22, 2024
1 parent c68d244 commit 292d1d7
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:
build-test:
Expand Down

0 comments on commit 292d1d7

Please sign in to comment.