Skip to content

Commit

Permalink
Fix Github workflows for PR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jun 22, 2024
1 parent 5c48215 commit 5def553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: formatting
on: [push]
on: [push, pull_request]

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_bundle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: module testing
on: [push]
on: [push, pull_request]

jobs:
format:
Expand Down

0 comments on commit 5def553

Please sign in to comment.