Skip to content

Commit 021ab85

Browse files
committed
Skip CI builds when making changes to docs
This change should make CI ignore changes to files inside the website folder.
1 parent 0e4040d commit 021ab85

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI Workflow
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'website/**'
7+
pull_request:
8+
paths-ignore:
9+
- 'website/**'
410

511
jobs:
612
linux:

0 commit comments

Comments
 (0)