Skip to content

Commit

Permalink
馃檭
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Nov 21, 2023
1 parent 42a47be commit db61c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ name: SonarCloud analysis

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand All @@ -40,7 +40,7 @@ permissions:

jobs:
Analysis:
runs-on: [windows-latest]
runs-on: [self-hosted, windows-latest]

steps:
- name: Set up JDK 17
Expand Down

0 comments on commit db61c95

Please sign in to comment.