Browse Source

chore: Don't run docker build on PRs (#2601)

pull/2603/head
Lipis 5 years ago committed by GitHub
parent
commit
2b434db062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-docker.yml

1
.github/workflows/build-docker.yml

@ -4,7 +4,6 @@ on: @@ -4,7 +4,6 @@ on:
push:
branches:
- master
pull_request:
jobs:
build-docker:

Loading…
Cancel
Save