Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Nov 4, 2021
1 parent c39e712 commit 3f7e810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ env:

on:
push:
branches: [main, qa, develop]
branches: [main, qa]
pull_request:
branches: [main, qa, develop]
branches: [main, qa]
types: [opened, reopened, synchronize]
release:
branches: [main]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RESTCLIENTS_SPACE_KEY_FILE='/path/to/key'

Settings:
RESTCLIENTS_SPACE_HOST=''
RESTCLIENTS_SPACE_TIMEOUT=5
RESTCLIENTS_SPACE_POOL_SIZE=10
RESTCLIENTS_SPACE_TIMEOUT=
RESTCLIENTS_SPACE_POOL_SIZE=

0 comments on commit 3f7e810

Please sign in to comment.