diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca770497172caa3ed7285f642f5934a94b6da123..f697312c973b25756276b5a5d7880e6748bda209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Compile&Publish +name: Build on: pull_request: @@ -29,6 +29,8 @@ jobs: if: github.repository == 'go-atomci/atomci' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: + - name: Checkout Repo + uses: actions/checkout@master - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1