diff options
| -rw-r--r-- | .github/workflows/Future.yml (renamed from .github/workflows/test_pytest.yml) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test_pytest.yml b/.github/workflows/Future.yml index 627e720f..39146533 100644 --- a/.github/workflows/test_pytest.yml +++ b/.github/workflows/Future.yml @@ -5,7 +5,9 @@ name: Future on:
push:
- branches: [main]
+ branches: [ main ]
+ pull_request:
+ branches: [ main ]
jobs:
build:
|
