Skip to content

Commit

Permalink
Merge pull request #4 from Glamhoth/glamhoth-change-sonarcloud-action
Browse files Browse the repository at this point in the history
Git: Run SonarCloud analysis on push to master
  • Loading branch information
Glamhoth authored Feb 18, 2022
2 parents 3403480 + 9d96a32 commit 2265a50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Run SonarCloud analysis

on:
schedule:
- cron: '0 0 * * *' #Run at the end of the day
push:
branches:
- master

jobs:
analysis:
Expand Down

0 comments on commit 2265a50

Please sign in to comment.