Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
921ab012
Unverified
Commit
921ab012
authored
Dec 07, 2021
by
Wenhao Wu
Committed by
GitHub
Dec 07, 2021
Browse files
[Enhance] Ignore paths (#1095)
parent
282c5be8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
.github/workflows/build.yml
.github/workflows/build.yml
+18
-1
No files found.
.github/workflows/build.yml
View file @
921ab012
...
@@ -3,7 +3,24 @@
...
@@ -3,7 +3,24 @@
name
:
build
name
:
build
on
:
[
push
,
pull_request
]
on
:
push
:
paths-ignore
:
-
'
.dev_scripts/**'
-
'
.github/**.md'
-
'
demo/**'
-
'
docker/**'
-
'
tools/**'
pull_request
:
paths-ignore
:
-
'
.dev_scripts/**'
-
'
.github/**.md'
-
'
demo/**'
-
'
docker/**'
-
'
tools/**'
-
'
docs/**'
-
'
docs_zh-CN/**'
jobs
:
jobs
:
lint
:
lint
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment