diff --git a/.github/workflows/QualityAssurance.yml b/.github/workflows/QualityAssurance.yml index fb9a825..8e7e400 100644 --- a/.github/workflows/QualityAssurance.yml +++ b/.github/workflows/QualityAssurance.yml @@ -7,6 +7,8 @@ name: Quality Assurance on: pull_request: branches: [ master ] + push: + branches: [ master ] schedule: # * is a special character in YAML so you have to quote this string - cron: '0 0 * * *' @@ -25,4 +27,4 @@ jobs: - name: Analyze Links shell: pwsh run: | - ./DeadLinksAnalyzer.ps1 \ No newline at end of file + ./DeadLinksAnalyzer.ps1 diff --git a/README.md b/README.md index 968b93c..8440de0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Azure Learning [![Awesome](./img/awesome.png)](https://github.com/sindresorhus/awesome) ![Quality Assurance](https://github.com/ddneves/awesome-azure-learning/workflows/Quality%20Assurance/badge.svg?branch=master) +# Awesome Azure Learning [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Quality Assurance](https://github.com/ddneves/awesome-azure-learning/workflows/Quality%20Assurance/badge.svg?branch=master)](https://github.com/ddneves/awesome-azure-learning/actions?query=workflow%3A%22Quality+Assurance%22) This repo includes numerous references for Azure learning, especially for the Azure Certs, Azure Architecture, and any other learning materials e.g. Security topics. ![Learn](/img/learn.png)