Do actions on creation of tag/branch (#454)

This commit is contained in:
Uriel
2023-01-08 11:13:16 -03:00
committed by GitHub
parent 5789f6ac92
commit 773372ef95
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ on:
- gui/**
- package*.json
workflow_dispatch:
create:
jobs:
build:

View File

@@ -9,6 +9,7 @@ on:
- main
pull_request:
workflow_dispatch:
create:
jobs:
test: