Only build image on release (#2530)

master
Ahmad Farhat 2 years ago committed by GitHub
parent 3614d0fc5e
commit 51cc00bcff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.release.yml

@ -5,6 +5,7 @@ env:
name: Build Release
on:
release:
types: [released]
jobs:
main: