Skip to content

Commit 74443bc

Browse files
committed
fix pull_request trigger
1 parent acaba36 commit 74443bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- 'composer.json'
7-
pr:
7+
pull_request:
88
paths:
99
- 'composer.json'
1010

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: run-tests
22

33
on:
44
push:
5-
pr:
5+
pull_request:
66
schedule:
77
- cron: '0 0 * * *'
88

0 commit comments

Comments
 (0)