run build on non-master branches

This commit is contained in:
Matteias Collet 2020-08-16 07:36:29 +02:00
parent c9bbc0ce5a
commit 95f32585fb

16
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Pull Request
on:
push:
branches:
- '*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Create a new build
run: docker build -t publisher:latest -f ./dockerfiles/Deploy.Dockerfile .