mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
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:
parent
14f600ffeb
commit
d8f9c278e2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue