mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Allow running publish & tests manually
This commit is contained in:
parent
5186354ba3
commit
448a3445c8
2 changed files with 2 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Build, publish & deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
|
Loading…
Reference in a new issue