Skip to content

Commit

Permalink
Fix master branch used in workflows, we only have main
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Jan 11, 2025
1 parent 2b82510 commit add691a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Obfuscation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Protections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BitMono.Utilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
tags:
- "*"
push:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
- 'src/props/**'
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
Expand Down

0 comments on commit add691a

Please sign in to comment.