Skip to content

Commit

Permalink
fix CI to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Oct 5, 2024
1 parent ddb7027 commit 20c7537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: Build package

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 20c7537

Please sign in to comment.