From 2644fd5455c2abb0f33897c3821935a4b65ba35e Mon Sep 17 00:00:00 2001 From: Jasmin Bakalovic Date: Tue, 9 Jan 2024 21:13:57 +0100 Subject: [PATCH] Issue 53: Add examples.yaml to firebase-hosting-pull-request paths --- .github/workflows/firebase-hosting-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index ef32cde..f6354d6 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -7,6 +7,7 @@ name: Deploy to Firebase Hosting on PR paths: - 'web/**' - 'eval/eval.go' + - 'examples.yaml' jobs: build_and_preview: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'