From d03f035d5975355ac6232030b3821f45781aa2a8 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 16 Oct 2024 10:38:02 +0200 Subject: [PATCH] WIP: try trigger the new file --- .github/workflows/source-vendor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/source-vendor.yml b/.github/workflows/source-vendor.yml index d426aa845bf..bf48cbc8438 100644 --- a/.github/workflows/source-vendor.yml +++ b/.github/workflows/source-vendor.yml @@ -1,9 +1,6 @@ name: Checkout and Create Clean Tarball -on: - workflow_dispatch: # Allows manual triggering - push: - branches: [ main ] +on: [push, pull_request] jobs: create-clean-tarball: