Skip to content

Commit c8a93ad

Browse files
committed
Enables build.yml to be reused inside the deploy.yml
Signed-off-by: Manoel Campos <[email protected]>
1 parent 2a88ad6 commit c8a93ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "master", "main" ]
66
pull_request:
77
branches: [ "master", "main" ]
8-
8+
workflow_call: # enable calling this workflow inside other (such as the deploy one)
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)