From 2a77e1895bb33d0eb0a55d044afbca95d9eb8d07 Mon Sep 17 00:00:00 2001 From: erogluorhan Date: Fri, 22 Dec 2023 01:16:15 -0700 Subject: [PATCH 1/2] Run from feature branch rather than main --- .github/workflows/update-resource-gallery.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-resource-gallery.yaml b/.github/workflows/update-resource-gallery.yaml index 5eddc4281..276a99453 100644 --- a/.github/workflows/update-resource-gallery.yaml +++ b/.github/workflows/update-resource-gallery.yaml @@ -5,6 +5,8 @@ on: types: - opened - edited + branches: + - fix-resource_gallery-workflow jobs: validate-user-submission: if: | From 6347f620012d869614b2000e648f457a6f0ad3d5 Mon Sep 17 00:00:00 2001 From: erogluorhan Date: Tue, 26 Dec 2023 09:55:32 -0700 Subject: [PATCH 2/2] Add main branch as well --- .github/workflows/update-resource-gallery.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-resource-gallery.yaml b/.github/workflows/update-resource-gallery.yaml index 276a99453..a1c2edcdf 100644 --- a/.github/workflows/update-resource-gallery.yaml +++ b/.github/workflows/update-resource-gallery.yaml @@ -6,6 +6,7 @@ on: - opened - edited branches: + - main - fix-resource_gallery-workflow jobs: validate-user-submission: