Browse Source

Delete hooks

pull/415/head
Sebastian Stehle 6 years ago
parent
commit
90cdffeb5f
  1. 11
      .github/workflows/test-pr.yml

11
.github/workflows/test-pr.yml

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