diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4550df3..ea8090f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,9 +8,6 @@ on: - "images/**/*" # add workflow dispatch to manually publish the current images workflow_dispatch: - pull_request: - paths: - - "images/**/*" concurrency: # Cancel in-progress jobs if a new job is trigged by a commit from the same branch