9
.gitea/workflows/t.yml
Normal file
9
.gitea/workflows/t.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: t
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
j:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo hi
|
||||||
Reference in New Issue
Block a user