From a548473246cfdc92572773f0fb181fa85e029499 Mon Sep 17 00:00:00 2001 From: Rami Sabbagh Date: Fri, 2 Jul 2021 19:04:17 +0300 Subject: [PATCH] Revert "Set the `github-pages` workflow to only run on tagged master commits" This reverts commit e82eca0521890e9803c52412c0164d191191d490. --- .github/workflows/github-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index fa7981d..4c09ea9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -7,8 +7,6 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] - tags: - - 'v*.*.*' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: