added github action + added zip/unzip

This commit is contained in:
Leon van Kammen 2023-05-03 20:50:29 +02:00
parent 7125ab33a6
commit 656abb6ddb
1 changed files with 17 additions and 0 deletions

17
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: build
on:
push:
branches:
- main
- dev
- feature/*
- bugfix/*
pull_request:
branches: [ main ]
jobs:
build:
runs:
using: 'docker'
image: 'Dockerfile'