Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 06:12:31 +00:00
parent b734d84489
commit 00f082cf79
+10
View File
@@ -0,0 +1,10 @@
on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2