Skip to content

Commit

Permalink
also run ci on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Dec 5, 2024
1 parent b31c18c commit 319d7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI
on:
schedule:
- cron: '0 2 * * *'
pull_request:
push:
branches: [ '*' ]
branches: [ 'master' ]

jobs:
build_and_benchmark:
Expand Down

0 comments on commit 319d7a7

Please sign in to comment.