Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit aa3a4cc

Browse files
Correct workflow syntax
1 parent 308a9df commit aa3a4cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build CI
33
on:
44
push:
55
branches: [ master ]
6-
workflow_call:
7-
branches: [ master ]
6+
workflow_call: {}
87
pull_request:
98
branches: [ master ]
109
schedule:

0 commit comments

Comments
 (0)