Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
6cc0c291a8
commit
4bdfff0655
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
name: test
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue