Skip to content

Commit

Permalink
Run CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Dec 4, 2023
1 parent 4733345 commit d45e3c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous Integration

on: [push]
on:
push: {}
pull_request:
branches: [ main ]

jobs:
testing:
Expand Down

0 comments on commit d45e3c9

Please sign in to comment.