1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

Update test-python.yaml

This commit is contained in:
ふぁ 2023-07-30 06:47:48 +09:00 committed by GitHub
parent 508bf0997a
commit fd5880183b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,15 @@
name: test-python
on:
- "pull_request_target"
- "push"
pull_request_target:
types: [labeled]
jobs:
build_and_preview:
runs-on: ubuntu-latest
name: Test
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
steps:
- uses: actions/checkout@v3