Skip to content

Commit 4e09179

Browse files
committed
Add pull request trigger
1 parent 47d3119 commit 4e09179

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- dependabot/**
88
- feature/**
9+
pull_request:
10+
branches:
11+
- main
912
paths-ignore:
1013
- '**.md'
1114
- '.gitignore'

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
pull_request:
9+
branches:
10+
- main
811
paths-ignore:
912
- '**.md'
1013
- .gitignore

0 commit comments

Comments
 (0)