run ci not only on pr's to master (#4537)

This commit is contained in:
tooomm
2022-01-20 18:27:26 +01:00
committed by GitHub
parent d225f55e5a
commit 2885f93fdf
4 changed files with 0 additions and 8 deletions

View File

@@ -11,8 +11,6 @@ on:
tags:
- '*'
pull_request:
branches:
- master
paths-ignore:
- '**.md'
- 'webclient/**'

View File

@@ -2,8 +2,6 @@ name: Code Style (C++)
on:
pull_request:
branches:
- master
paths-ignore:
- '**.md'
- 'webclient/**'

View File

@@ -9,8 +9,6 @@ on:
- 'webclient/**'
- '!**.md'
pull_request:
branches:
- master
paths:
- '.github/workflows/web-*.yml'
- 'webclient/**'

View File

@@ -2,8 +2,6 @@ name: Code Style (TypeScript)
on:
pull_request:
branches:
- master
paths:
- '.github/workflows/web-*.yml'
- 'webclient/**'