Skip to content

Commit

Permalink
Don't build & test etc on non code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Oct 30, 2024
1 parent f667164 commit f96cc3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pullRequestDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: "[dev] Check Pull Request"
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize", "ready_for_review", "review_requested"]
paths-ignore:
- "**/*.md"
- ".vscode/**"
- "artwork/**"
- "wiki/**"

jobs:
Lint:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/releaseDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- "dev"
paths-ignore:
- "**/*.md"
- ".vscode/**"
- "artwork/**"
- "wiki/**"

jobs:
Build:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/releaseMaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- "master"
paths-ignore:
- "**/*.md"
- ".vscode/**"
- "artwork/**"
- "wiki/**"

jobs:
Build:
Expand Down

0 comments on commit f96cc3a

Please sign in to comment.