Skip to content

Commit eb11af2

Browse files
authored
Fix YAML syntax for push event in workflow
1 parent 4a949ba commit eb11af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build & Deploy Docker Containers
22
on:
33
# Build on push to any branch
4-
push: []
4+
push: {}
55

66
jobs:
77
deploy-images:

0 commit comments

Comments
 (0)