always trigger CI on PR

(cherry picked from commit 3acd61fdec)
This commit is contained in:
Jeremy Borgman
2020-10-25 21:38:53 +02:00
committed by Yuriy Puchkov
parent ba206871c2
commit 2bae14416e
3 changed files with 2 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ on:
- 'LICENSE'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
- 'LICENSE'

View File

@@ -9,8 +9,6 @@ on:
- 'LICENSE'
pull_request:
branches:
- master*
paths-ignore:
- 'README.md'
- 'LICENSE'

View File

@@ -2,12 +2,12 @@ name: Building(CMake)
on:
push:
branches: [ master, master_nc_merge_upstream_test ]
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'
pull_request:
branches: [ master, master_nc_merge_upstream_test ]
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'