Skip to content

Commit

Permalink
Merge branch 'main' into ci/use-custom-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-wlodek committed Apr 9, 2024
2 parents ef6563c + 0bd48b5 commit 2078612
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ on:
push:
branches:
- main
- release/**/*
- feat/*
- feat-*
- fix/*
- fix-*
- lw-*
- release/**
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud Code Analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2078612

Please sign in to comment.