We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9d01d commit 673ac6aCopy full SHA for 673ac6a
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ name: dotnet-CI
4
5
# Trigger the action on push to master
6
on:
7
- workflow_call: [] # Allow reusing this workflow
+ workflow_call: {} # Allow reusing this workflow
8
push:
9
branches:
10
- master # Run for pushes to master
0 commit comments