Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ddneves committed Jun 16, 2020
2 parents 953a77b + 81ba756 commit 1d07360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/QualityAssurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand All @@ -25,4 +27,4 @@ jobs:
- name: Analyze Links
shell: pwsh
run: |
./DeadLinksAnalyzer.ps1
./DeadLinksAnalyzer.ps1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1d07360

Please sign in to comment.