Skip to content

Commit ffbc51a

Browse files
committed
on both pull_request and push
1 parent f7feeac commit ffbc51a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: CI
22

33
on:
4+
pull_request:
5+
paths-ignore:
6+
- ".github/**"
7+
- ".gitignore"
8+
- "README.md"
49
push:
5-
branches:
6-
- "*"
710
paths-ignore:
811
- ".github/**"
912
- ".gitignore"

0 commit comments

Comments
 (0)