Skip to content

Commit

Permalink
Run tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 19, 2025
1 parent 84f8b0a commit f5ebcc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Integration tests

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

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

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

jobs:
build:
Expand Down

0 comments on commit f5ebcc6

Please sign in to comment.