Skip to content

Commit 635dcc6

Browse files
authored
Update and rename develop.yml to checkBuild.yml
1 parent 9d2af28 commit 635dcc6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/develop.yml renamed to .github/workflows/checkBuild.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: Develop CI
2-
1+
name: Check Build
32
on:
43
workflow_dispatch:
54
push:
65
branches: [ develop ]
6+
paths-ignore:
7+
- '**.md'
78
pull_request:
89
branches: [ develop ]
10+
paths-ignore:
11+
- '**.md'
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)