added github action + added zip/unzip
This commit is contained in:
parent
7125ab33a6
commit
656abb6ddb
|
@ -0,0 +1,17 @@
|
||||||
|
name: build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
- feature/*
|
||||||
|
- bugfix/*
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
Loading…
Reference in New Issue