Skip to content

Commit 9468e65

Browse files
committed
Exclude docs_2024 from build CI
1 parent dcd8f1a commit 9468e65

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Build
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
except:
6+
- docs_2024
7+
pull_request:
8+
branches:
9+
except:
10+
- docs_2024
311
env:
412
BUILD_TYPE: Release
513
jobs:

0 commit comments

Comments
 (0)