Skip to content

Commit c489066

Browse files
committed
[ci] ignore some paths on push
1 parent 76899ae commit c489066

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/cicd.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: CI/CD
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- README.md
7+
- .gitignore
8+
- .prettierignore
9+
pull_request:
10+
workflow_dispatch:
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)