Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/win_clang_dbg_x64.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: win_clang_dbg_x64

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- 'DEPS'

pull_request:
paths:
- 'src/**'
- 'DEPS'

jobs:

Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/win_clang_rel_x64.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: win_clang_rel_x64

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- 'DEPS'

pull_request:
paths:
- 'src/**'
- 'DEPS'

jobs:

Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/win_msvc_dbg_x64.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: win_msvc_dbg_x64

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- 'DEPS'

pull_request:
paths:
- 'src/**'
- 'DEPS'

jobs:

Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/win_msvc_dbg_x64_cmake.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: win_msvc_dbg_x64_cmake

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- '**/CMakeLists.txt'
- '**/*_cmake.yaml'

pull_request:
paths:
- 'src/**'
- '**/CMakeLists.txt'
- '**/*_cmake.yaml'

jobs:

Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/win_msvc_rel_x64.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: win_msvc_rel_x64

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- 'DEPS'

pull_request:
paths:
- 'src/**'
- 'DEPS'

jobs:

Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/win_msvc_rel_x64_cmake.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: win_msvc_rel_x64_cmake

on:
# This is a required workflow specified in branch enforcement
# and must run unconditionally to allow merges.
push:
paths:
- 'src/**'
- '**/CMakeLists.txt'
- '**/*_cmake.yaml'

pull_request:
paths:
- 'src/**'
- '**/CMakeLists.txt'
- '**/*_cmake.yaml'

jobs:

Expand Down