Skip to content

Commit

Permalink
Add 'pull_request' trigger for "pytest" workflow
Browse files Browse the repository at this point in the history
Disabled by default
  • Loading branch information
khaeru committed Jan 22, 2025
1 parent 0837845 commit 5072521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests

on:
# Uncomment this entry only to debug the workflow
# pull_request:
# branches: [ main ]
pull_request_target:
branches: [ main ]
types: [ labeled, opened, reopened, synchronize ]
Expand Down

0 comments on commit 5072521

Please sign in to comment.