Skip to content

Commit acaba36

Browse files
committed
run actions also on PR
1 parent f1d144e commit acaba36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
paths:
66
- 'composer.json'
7+
pr:
8+
paths:
9+
- 'composer.json'
710

811
jobs:
912
normalize:

.github/workflows/run-tests.yml

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

33
on:
44
push:
5+
pr:
56
schedule:
67
- cron: '0 0 * * *'
78

0 commit comments

Comments
 (0)