reduce trigger events for compile all combinations workflow

this is done to avoid triggering the workflow multiple times per release
This commit is contained in:
lenvm 2025-03-27 00:13:20 +01:00
parent 14f600ffeb
commit d8f9c278e2

View file

@ -9,7 +9,7 @@ on:
# The workflow is run upon creating, editing,
# pre-releasing, releasing and publishing a release
release:
types: [created, edited, prereleased, released, published]
types: [published]
# This is the list of jobs that will be run concurrently.
jobs: