mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +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,
|
# The workflow is run upon creating, editing,
|
||||||
# pre-releasing, releasing and publishing a release
|
# pre-releasing, releasing and publishing a release
|
||||||
release:
|
release:
|
||||||
types: [created, edited, prereleased, released, published]
|
types: [published]
|
||||||
|
|
||||||
# This is the list of jobs that will be run concurrently.
|
# This is the list of jobs that will be run concurrently.
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue