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.
1 parent 1187f4d commit 3221fd3Copy full SHA for 3221fd3
2 files changed
.github/workflows/Build.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: ['*']
6
pull_request:
7
- branches: ['main']
+ branches: ['5.0']
8
workflow_dispatch:
9
schedule:
10
- cron: "0 0 * * 5"
.github/workflows/PHPStan.yml
@@ -2,9 +2,9 @@ name: PHPStan
2
3
on:
jobs:
0 commit comments