forked from waja/action-debian-package
Adding workflow_dispatch and PR against development branch
This commit is contained in:
parent
c7f4c07ff6
commit
977b67cdf9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,9 +1,11 @@
|
|||
name: Test Action
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- development
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue