Skip to content

Commit 207b274

Browse files
Bugfix/test branching (#6)
* Update readme for testing purpose * Update readme for testing purpose * Update readme for testing purpose * Update readme for testing purpose * Update readme for testing purpose * Update readme for testing purpose
1 parent 3e81da6 commit 207b274

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/laravel.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Laravel
22

33
on:
44
push:
5-
branches: [ "main", "feature/*", "bugfix/*" ]
5+
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
types:
9+
- opened
10+
- reopened
11+
- synchronize
812

913
jobs:
1014
laravel-tests:

0 commit comments

Comments
 (0)