This commit is contained in:
parent
d75e23c83d
commit
b4ffb379b8
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
|
@ -1,4 +1,9 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All good!
|
||||
Loading…
Add table
Add a link
Reference in a new issue