Skip to content

Commit

Permalink
Do not run Docker for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop authored May 23, 2022
1 parent 1aa9739 commit ce9b6c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
docker:
Expand All @@ -30,4 +28,4 @@ jobs:
-
name: Build and Push container images
run: |
make docker
make docker

0 comments on commit ce9b6c2

Please sign in to comment.