mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Merge pull request #407 from x-motemen/workflow-dispatch
on workflow_dispatch in tagpr.yaml
This commit is contained in:
commit
fb868804a5
1
.github/workflows/tagpr.yaml
vendored
1
.github/workflows/tagpr.yaml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "master"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
tagpr:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue