We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a24975 + 99e6e0e commit 3dd964aCopy full SHA for 3dd964a
.github/workflows/ci.yml
@@ -7,11 +7,12 @@
7
# @see https://github.com/nektos/act/issues/329
8
name: Rollbar-PHP-Laravel CI
9
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.
+# Fire this action on pushes to main branch (master) as well as other branches
+# or pull requests. Also, run every day at 02:42 GMT -- this catches failures
+# from dependencies that update indepdently.
13
on:
14
push:
15
+ pull_request:
16
schedule:
17
- cron: '42 2 * * *'
18
0 commit comments