Skip to content

Commit 845601c

Browse files
committed
Fix build pipline to run on every push
1 parent fbbbd12 commit 845601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
working_directory:
1010
description: "Working directory from where the build command is run"
1111
required: false
12-
push:
12+
push:
1313

1414
env:
1515
BUILD_ARGS: ${{ secrets.BUILD_ARGS }}

0 commit comments

Comments
 (0)