Skip to content

Commit

Permalink
CI: don't trigger docker builds on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Oct 23, 2023
1 parent 8127b17 commit d00f008
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: "Publish Docker Image"
on:
workflow_dispatch:
pull_request:
branches:
- main
tags:
- "v*"
push:
branches:
- main
tags:
- "v*"
tags: ["v*"]

jobs:
build-docker-image:
Expand Down

0 comments on commit d00f008

Please sign in to comment.