Skip to content

Commit 0bac74d

Browse files
Update xcodebuild.yml
1 parent 2d9b8f0 commit 0bac74d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/xcodebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Xcode Build
22
on:
33
pull_request:
44
branches: ["master"]
5+
paths: ["!docs/**", "!.github/**", "!**.md", "!**.yml"]
56
push:
67
branches: ["master"]
8+
paths: ["!docs/**", "!.github/**", "!**.md", "!**.yml"]
79
jobs:
810
build:
911
name: Build AppBox

0 commit comments

Comments
 (0)