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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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/**'