Trigger badge update for pushes to master only...

Which includes merging pull requests, as the latest commit gets pushed to master.
This commit is contained in:
Webber 2020-01-18 22:02:22 +01:00 committed by Webber Takken
parent d2be807d0d
commit 57d2023972
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ tab_width = 2
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
max_line_length = off
trim_trailing_whitespace = false
[COMMIT_EDITMSG]

View File

@ -1,6 +1,6 @@
# Unity - Builder
[![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/webbertakken/unity-builder/actions?query=branch%3Amaster+workflow%3A%22Actions+%F0%9F%98%8E%22)
[![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg?event=push&branch=master)](https://github.com/webbertakken/unity-builder/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Actions+%F0%9F%98%8E%22)
---