From 0f1c1475f98602fc86b58743bf971be29bea2729 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 9 Apr 2022 10:45:24 -0400 Subject: [PATCH] Update scan.yml (#19) --- .github/workflows/scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index cda6d4a..82541ed 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -54,6 +54,7 @@ jobs: - name: Save scan results to github pages uses: peaceiris/actions-gh-pages@v3 #if: ${{ github.ref == 'refs/heads/main' }} + if: always() with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public