Skip to content

Commit a4918f6

Browse files
committed
upgrade to cpp20 on main cmake plus reorganize CI
1 parent 53fd321 commit a4918f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Engine-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, develop, arena-integration, header-reorganization ]
3+
branches: [ master, develop, arena-integration ]
44
pull_request:
55
branches: [ master, develop, arena-integration ]
66

.github/workflows/test-on-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
name: Windows Test Build Workflow
44

55
on:
6-
push: ['header-reorganization']
6+
push:
7+
branches: ['header-reorganization']
78

89
jobs:
910
cmake-build:

0 commit comments

Comments
 (0)