testing actions

This commit is contained in:
Fabio Belavenuto 2022-07-08 09:18:23 -03:00
parent 23c2fa28ff
commit 9ae12c3e55

View File

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