Allow running publish & tests manually

This commit is contained in:
Gabriel Augendre 2023-01-30 15:09:11 +01:00
parent 5186354ba3
commit 448a3445c8
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: Build, publish & deploy
on:
workflow_dispatch:
push:
branches:
- master

View file

@ -1,6 +1,7 @@
name: Test
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: [ "master" ]