forked from waja/action-debian-package
workflows: on push to any branch
This commit is contained in:
parent
4466a3236d
commit
37f55058a5
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Test Action
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue