ci: add ci workflow
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Continuous Integration
|
||||
name: Continuous Delivery
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build_n_upload:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Git checkout
|
||||
|
||||
Reference in New Issue
Block a user