Skip to content

Commit 5c8ebee

Browse files
committed
Fix GH Action for PRs
1 parent b14c814 commit 5c8ebee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Fruitties.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
paths:
1010
- 'Fruitties/**'
1111
- '.github/workflows/Fruitties.yml'
12-
pull_request:
13-
paths:
14-
- 'Fruitties/**'
15-
- '.github/workflows/Fruitties.yml'
12+
pull_request:
13+
paths:
14+
- 'Fruitties/**'
15+
- '.github/workflows/Fruitties.yml'
1616

1717
concurrency:
1818
group: build-${{ github.ref }}

0 commit comments

Comments
 (0)