Skip to content

Commit 1a7f7d7

Browse files
Rename test workflow file and adjust pull request branch configuration
1 parent 4d563ba commit 1a7f7d7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Whitespace-only changes.
File renamed without changes.

.github/workflows/test.yml renamed to .github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches:
8+
- ["main"]
89

910
jobs:
1011
laravel-tests:

0 commit comments

Comments
 (0)