From 315d9c17898f02e9a805f14bfae5451d8b9410dd Mon Sep 17 00:00:00 2001 From: Rijal Asep Nugroho Date: Sat, 12 Sep 2020 19:02:49 +0700 Subject: [PATCH] Update erp.yml --- .github/workflows/erp.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/erp.yml b/.github/workflows/erp.yml index f331ad4..641ef39 100644 --- a/.github/workflows/erp.yml +++ b/.github/workflows/erp.yml @@ -6,22 +6,12 @@ on: branches: - master - # Publish `v1.2.3` tags as releases. - tags: - - v* - # Run tests for any PRs. pull_request: branches: - master -env: - # TODO: Change variable to your image's name. - IMAGE_NAME: image - jobs: - # Run tests. - # See also https://docs.docker.com/docker-hub/builds/automated-testing/ test: runs-on: self-hosted