Skip to content

Commit

Permalink
🧪 Run CI also on pushes to master (#1073)
Browse files Browse the repository at this point in the history
This is mainly because it is required by codecov, for comparing coverage of PRs
  • Loading branch information
chrisjsewell committed Nov 13, 2023
1 parent 6ffb097 commit 2ddc0a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on: [pull_request]
on:
push:
branches: [master]
pull_request:
jobs:

lint:
Expand Down

0 comments on commit 2ddc0a2

Please sign in to comment.