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 e3cffc9 commit 2fb1c01Copy full SHA for 2fb1c01
.github/workflows/lint-docs.yml
@@ -2,10 +2,11 @@ name: lint php documentation
2
3
on:
4
push:
5
+ branches:
6
+ - 'main'
7
pull_request:
- types: [opened, synchronize, reopened]
8
branches:
- - main
9
10
11
jobs:
12
lint-docs:
.github/workflows/tests.yml
@@ -2,10 +2,11 @@ name: Run tests
test-php:
0 commit comments