Adds PRs to the Test Execution GithubAction #13

Merged
HideyoshiNakazone merged 1 commits from adds-test-execution-pr into main 2025-05-10 23:06:40 +00:00
Showing only changes of commit db3d0eee45 - Show all commits

View File

@@ -2,7 +2,10 @@ name: Test and Publish
on:
push
push:
pull_request:
branches:
- main
permissions:
contents: read
@@ -11,6 +14,8 @@ jobs:
test:
name: run-tests
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy:
matrix:
python-version: