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: tags:
- '*' - '*'
pull_request: pull_request:
branches:
- master
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'webclient/**' - 'webclient/**'

View file

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

View file

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

View file

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