testing actions

This commit is contained in:
Fabio Belavenuto 2022-07-08 09:18:23 -03:00
parent d48e9f9fb6
commit cf1ac2a026

View File

@ -3,14 +3,13 @@ name: Build image
# Controls when the workflow will run
on:
# Push only in dev
# Push and PR
push:
branches:
- dev
pull_request:
# When a release is published
release:
types: [published]
# release:
# types: [published]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: