Run diff on master (#275)

This commit is contained in:
Jure Bajic
2021-10-18 08:40:07 +02:00
committed by GitHub
parent df689dccd5
commit 2c86fefbb5

View File

@@ -1,13 +1,16 @@
name: Diff
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- '.clang-format'
- 'CODEOWNERS'
- "docs/**"
- "**/*.md"
- ".clang-format"
- "CODEOWNERS"
jobs:
community_build: