Skip to content

Commit

Permalink
Merge pull request #59 from TimWolla/ci-pull-request
Browse files Browse the repository at this point in the history
Re-enable CI for Pull Requests
  • Loading branch information
paragonie-security authored Jun 25, 2024
2 parents 4514d25 + 6c9a4cd commit 79daec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

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

jobs:
moderate-modern:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Psalm

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

jobs:
psalm:
Expand Down

0 comments on commit 79daec8

Please sign in to comment.