Skip to content

Commit

Permalink
ci(test): Add workflow trigger pull_request back into project
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Jan 15, 2024
1 parent 5499daa commit 3afc896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 🧪 pytest

on:
pull_request:
types: [ opened, reopened, synchronize ]
pull_request_target:
types: [ opened, reopened, synchronize ]
workflow_call:
Expand Down

0 comments on commit 3afc896

Please sign in to comment.