This commit is contained in:
Fabio Belavenuto 2022-07-10 15:20:08 -03:00
parent dfec0accde
commit 466722e7ad

View File

@ -3,8 +3,12 @@ name: Build image
# Controls when the workflow will run # Controls when the workflow will run
on: on:
# Push and PR # Push
push: push:
branches:
- main
tags:
- v*
# pull_request: # pull_request:
# When a release is published # When a release is published