Merge pull request #18 from fbelavenuto/dev

testing actions
This commit is contained in:
Fabio Belavenuto 2022-07-08 10:07:18 -03:00 committed by GitHub
commit 1fbc61002e

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: