Skip to content

Commit

Permalink
Restrict pipelines to relevant changes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian authored Nov 25, 2023
1 parent 168cbd8 commit 06bf76e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build and Push Docker Image
on:
push:
branches: [ master ]
paths:
- "GuildWarsPartySearch/**"

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Run tests
on:
pull_request:
branches: [ master ]
paths:
- "GuildWarsPartySearch/**"
- "GuildWarsPartySearch.Tests/**"

jobs:
test:
Expand Down

0 comments on commit 06bf76e

Please sign in to comment.