From 5c91c83598e7310905aff9faabcb0c32311dc086 Mon Sep 17 00:00:00 2001 From: Christoph Jabs Date: Wed, 12 Jun 2024 08:40:55 +0300 Subject: [PATCH] ci: update pages on every `main` commit --- .github/workflows/pages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4e712a18..38696b11 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,10 +2,7 @@ name: GitHub Pages on: push: - tags: - - 'rustsat-v*' - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches: [ "main" ] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: