Add Trigger

This commit is contained in:
Jan Speller 2022-05-04 23:46:26 +02:00
parent 20da06ab91
commit 7c728ce199

View file

@ -2,14 +2,13 @@ name: Build Docker Image
on: on:
push: push:
branches: [ master ] branches:
- master
- feature/docker
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image for the Client - name: Build the Docker image for the Client