Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMPORARY Run "pytest" workflow on pull_request event
Browse files Browse the repository at this point in the history
khaeru committed Jan 22, 2025
1 parent e00948a commit 67f5268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ name: Test

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

0 comments on commit 67f5268

Please sign in to comment.