Skip to content

Commit 0b21487

Browse files
committed
Update CI
1 parent 2db92be commit 0b21487

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Deploy
22

33
on:
44
push:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
57
branches:
68
- master
79

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
57
push:
8+
paths-ignore:
9+
- '.github/ISSUE_TEMPLATE/**'
610
branches:
711
- master
812
- pr/**/ci

0 commit comments

Comments
 (0)