mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Do not trigger the CQ twice on pull request.
This commit is contained in:
parent
46f481ded7
commit
05fc866d74
8
.github/workflows/linux-clang.yaml
vendored
8
.github/workflows/linux-clang.yaml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: Linux Clang
|
name: Linux Clang
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
push:
|
||||||
- push
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
8
.github/workflows/linux-emscripten.yaml
vendored
8
.github/workflows/linux-emscripten.yaml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: Linux Emscripten
|
name: Linux Emscripten
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
push:
|
||||||
- push
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
8
.github/workflows/linux-gcc.yaml
vendored
8
.github/workflows/linux-gcc.yaml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: Linux GCC
|
name: Linux GCC
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
push:
|
||||||
- push
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
8
.github/workflows/mac-clang.yaml
vendored
8
.github/workflows/mac-clang.yaml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: MacOS Clang
|
name: MacOS Clang
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
push:
|
||||||
- push
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
8
.github/workflows/windows-msvc.yaml
vendored
8
.github/workflows/windows-msvc.yaml
vendored
@ -1,8 +1,12 @@
|
|||||||
name: Windows MSVC
|
name: Windows MSVC
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
push:
|
||||||
- push
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user