This commit is contained in:
2025-06-16 16:34:19 -04:00
parent a7992b6987
commit b7423f861c
2 changed files with 17 additions and 0 deletions

12
publish.yml Normal file
View File

@@ -0,0 +1,12 @@
name: Deployment
concurrency: production
on:
push:
branches:
- main
jobs:
deployment:
runs-on: [ubuntu-latest]
steps:
- name: deploy
run: echo Hello