Browse Source

Fix wrong indentation of 'pull_request' trigger

pull/1134/head
Anders Sparrevohn 3 years ago
parent
commit
f399344f00
  1. 6
      .github/workflows/docker-image.yml

6
.github/workflows/docker-image.yml

@ -4,9 +4,9 @@ on:
push:
tags:
- '*.*.*'
pull_request:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build_and_push:

Loading…
Cancel
Save