Skip to content

Commit

Permalink
fix: rename all docs/ changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Sep 18, 2024
1 parent 30414c4 commit 49e9c2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
paths-ignore:
- 'README.md'
- 'docs'
- 'docs/**'

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_stag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "develop"
paths-ignore:
- 'README.md'
- 'docs'
- 'docs/**'

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [develop]
paths-ignore:
- 'README.md'
- 'docs'
- 'docs/**'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]
paths-ignore:
- 'README.md'
- 'docs'
- 'docs/**'

jobs:
build:
Expand Down

0 comments on commit 49e9c2d

Please sign in to comment.