From 5d268706c0c3063e1b40db43143fddf5935a0a01 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Fri, 8 Oct 2021 13:19:27 +0200 Subject: [PATCH] Update compress-json-schemas.yml --- .github/workflows/compress-json-schemas.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index 590bd2d8..bc0dbdc0 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -6,7 +6,11 @@ name: compress-json-schemas on: # Triggers the workflow on push or pull request events but only for the main branch push: + branches: + - main pull_request: + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: