Skip to content

Commit ce6f655

Browse files
committed
Revert "temp: allow this branch to be tested by gh actions"
This reverts commit 5db26bc.
1 parent 588b6b1 commit ce6f655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Linting and Tests
22

33
on:
44
pull_request:
5-
branches: [main, release/*, add-phpunit-12-support]
5+
branches: [main, release/*]
66
paths-ignore:
77
- "**/*.md"
88
- "*.md"
99
- "**/*.json"
1010
push:
11-
branches: [main, add-phpunit-12-support]
11+
branches: [main]
1212

1313
jobs:
1414
laravel-tests:

0 commit comments

Comments
 (0)