Browse Source

Test a PR

pull/415/head
Sebastian Stehle 6 years ago
committed by GitHub
parent
commit
175dabc876
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/test-pr.yml

14
.github/workflows/test-pr.yml

@ -0,0 +1,14 @@
name: Test Pull Request
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile
Loading…
Cancel
Save