From 9e6f1f699a36f707bf3e7c31336828bf6b220bcf Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Wed, 10 Mar 2021 15:07:30 +0000 Subject: [PATCH] Remove placeholder comments --- .github/workflows/deploy-to-wordpress.org.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy-to-wordpress.org.yml b/.github/workflows/deploy-to-wordpress.org.yml index ebee53f..c7b8487 100644 --- a/.github/workflows/deploy-to-wordpress.org.yml +++ b/.github/workflows/deploy-to-wordpress.org.yml @@ -1,18 +1,13 @@ -# This is a basic workflow to help you get started with Actions name: Deploy to WordPress.org on: release: types: [published] -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" tag: name: New release - # The type of runner that the job will run on runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@v2