mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
remove environment
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
0b34065deb
commit
508bf0997a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test-python.yaml
vendored
5
.github/workflows/test-python.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue