Skip to content

Commit 99e6e0e

Browse files
committed
Enable CI for pull requests (including downstream)
1 parent 8a24975 commit 99e6e0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
# @see https://github.com/nektos/act/issues/329
88
name: Rollbar-PHP-Laravel CI
99

10-
# Fire this action on pushes to main branch (master) as well as pull requests
11-
# (push: without any configuration assumes this). Also, run every day at 02:42
12-
# GMT -- this catches failures from dependencies that update indepdently.
10+
# Fire this action on pushes to main branch (master) as well as other branches
11+
# or pull requests. Also, run every day at 02:42 GMT -- this catches failures
12+
# from dependencies that update indepdently.
1313
on:
1414
push:
15+
pull_request:
1516
schedule:
1617
- cron: '42 2 * * *'
1718

0 commit comments

Comments
 (0)