Skip to content

Commit

Permalink
ci: run actions on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jul 29, 2023
1 parent 30f4329 commit 3a207cd
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: CI

on: [push]
on:
push:
branches: [main, next]
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 3a207cd

Please sign in to comment.