Skip to content

Commit

Permalink
Run CIs when changes to src/props/**
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Jan 11, 2025
1 parent da7c37d commit 13dccfc
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Obfuscation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Protections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Utilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
- 'src/props/**'

jobs:
build:
Expand Down

0 comments on commit 13dccfc

Please sign in to comment.