updated
This commit is contained in:
12
publish.yml
Normal file
12
publish.yml
Normal 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
|
||||
Reference in New Issue
Block a user