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: push:
tags: tags:
- '*.*.*' - '*.*.*'
pull_request: pull_request:
branches: branches:
- 'main' - 'main'
jobs: jobs:
build_and_push: build_and_push:

Loading…
Cancel
Save