Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danfowler authored Oct 20, 2023
1 parent 89e9e88 commit b5c99e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]

jobs:
Expand Down Expand Up @@ -68,4 +67,4 @@ jobs:
with:
args: >
-Dsonar.projectVersion=${{ github.run_id }}
-Dsonar.branch.name=${{ github.ref_name }}
-Dsonar.branch.name=${{ github.ref_name }}

0 comments on commit b5c99e9

Please sign in to comment.