Skip to content

Commit

Permalink
Run actions on PR to allow runs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Jul 18, 2024
1 parent d083cce commit c19a540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: format

on: push
on: [push, pull_request]

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

on: push
on: [push, pull_request]

jobs:
pytest:
Expand Down

0 comments on commit c19a540

Please sign in to comment.