1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

remove environment

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-30 06:09:24 +09:00
parent 0b34065deb
commit 508bf0997a
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -1,11 +1,12 @@
name: test-python
on: ["pull_request_target"]
on:
- "pull_request_target"
- "push"
jobs:
build_and_preview:
runs-on: ubuntu-latest
name: Test
environment: twitter_session
steps:
- uses: actions/checkout@v3