mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Merge branch 'feature/syntax-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/syntax-checks-for-github-ci
This commit is contained in:
commit
5da752295a
2
.github/workflows/clang-syntax-checks.yml
vendored
2
.github/workflows/clang-syntax-checks.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: clang syntax checks
|
||||
on:
|
||||
push:
|
||||
branches: [ feature/syntax-checks-for-github-ci ]
|
||||
branches: [ master, development ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
2
.github/workflows/clang.yml
vendored
2
.github/workflows/clang.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: clang
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development]
|
||||
branches: [ master, development ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
2
.github/workflows/gcc-syntax-checks.yml
vendored
2
.github/workflows/gcc-syntax-checks.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: gcc syntax checks
|
||||
on:
|
||||
push:
|
||||
branches: [ feature/syntax-checks-for-github-ci ]
|
||||
branches: [ master, development ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
2
.github/workflows/gcc.yml
vendored
2
.github/workflows/gcc.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: gcc
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development]
|
||||
branches: [ master, development ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: msvc
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development]
|
||||
branches: [ master, development ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user