Skip to content

Commit

Permalink
Only run docker build on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 30, 2024
1 parent cde8dbf commit a4153ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

name: Docker

on: [push]
# on: [push]

# on:
# release:
# types: [released]
on:
release:
types: [released]

jobs:
build:
Expand Down

0 comments on commit a4153ca

Please sign in to comment.