Skip to content

Commit a23f288

Browse files
authored
chore: Ignore paths on push to CI (#738)
1 parent 6c89405 commit a23f288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: CI/CD
22

33
on:
44
push:
5-
branches:
6-
- main
7-
pull_request:
85
paths-ignore:
96
- '.github/**'
107
- '.devcontainer/**'
118
- 'CHANGELOG.md'
129
- 'MAINTAINERS.md'
10+
branches:
11+
- main
12+
pull_request:
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)