mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +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
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/linux-emscripten.yaml
vendored
8
.github/workflows/linux-emscripten.yaml
vendored
@ -1,8 +1,12 @@
|
||||
name: Linux Emscripten
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/linux-gcc.yaml
vendored
8
.github/workflows/linux-gcc.yaml
vendored
@ -1,8 +1,12 @@
|
||||
name: Linux GCC
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/mac-clang.yaml
vendored
8
.github/workflows/mac-clang.yaml
vendored
@ -1,8 +1,12 @@
|
||||
name: MacOS Clang
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/windows-msvc.yaml
vendored
8
.github/workflows/windows-msvc.yaml
vendored
@ -1,8 +1,12 @@
|
||||
name: Windows MSVC
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user