Skip to content

Commit d449c5f

Browse files
committed
update:depend library
1 parent d29f77d commit d449c5f

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.github/workflows/macbuild.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ name: macos build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches:
6+
- 'develop'
67
paths:
78
- 'XEngine_Source/**'
89
- 'XEngine_Release/**'
910
- '.github/**'
1011

11-
permissions:
12-
contents: read
13-
1412
jobs:
1513
build:
1614
strategy:

.github/workflows/msbuild.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ name: windows build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches:
6+
- 'develop'
67
paths:
78
- 'XEngine_Source/**'
89
- 'XEngine_Release/**'
910
- '.github/**'
1011

11-
permissions:
12-
contents: read
1312

1413
jobs:
1514
build:

.github/workflows/ubuntubuild.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ name: ubuntu build workflows
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches:
6+
- 'develop'
67
paths:
78
- 'XEngine_Source/**'
89
- 'XEngine_Release/**'
910
- '.github/**'
1011

11-
permissions:
12-
contents: read
1312

1413
jobs:
1514
build:

0 commit comments

Comments
 (0)