Skip to content

Commit 2fb1c01

Browse files
committed
Update workflow
1 parent e3cffc9 commit 2fb1c01

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/lint-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: lint php documentation
22

33
on:
44
push:
5+
branches:
6+
- 'main'
57
pull_request:
6-
types: [opened, synchronize, reopened]
78
branches:
8-
- main
9+
- 'main'
910

1011
jobs:
1112
lint-docs:

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Run tests
22

33
on:
44
push:
5+
branches:
6+
- 'main'
57
pull_request:
6-
types: [opened, synchronize, reopened]
78
branches:
8-
- main
9+
- 'main'
910

1011
jobs:
1112
test-php:

0 commit comments

Comments
 (0)