Skip to content

Commit

Permalink
Git: Run SonarCloud analysis on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Glamhoth committed Feb 18, 2022
1 parent 3403480 commit 9d96a32
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 9d96a32

Please sign in to comment.