Skip to content

Commit

Permalink
remove ".github/**" from path ignore list to trigger build.
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Jan 5, 2024
1 parent c8037f9 commit 410e8c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: build and test
on:
push:
paths-ignore:
- ".github/**"
- ".github/docker.yml"
- "docs/**"
- "tools/**"
- "gateway/**"
- "scripts/**"
- "**/*.md"
- "**/*.txt"
- "**/*.yml"
- "**/*.sh"
- "Dockerfile"
- "Dockerfile.*"
Expand All @@ -19,14 +18,13 @@ on:

pull_request:
paths-ignore:
- ".github/**"
- ".github/docker.yml"
- "docs/**"
- "tools/**"
- "gateway/**"
- "scripts/**"
- "**/*.md"
- "**/*.txt"
- "**/*.yml"
- "**/*.sh"
- "Dockerfile"
- "Dockerfile.*"
Expand Down

0 comments on commit 410e8c5

Please sign in to comment.