mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
Fix workflow trigger on release (#501)
Need to limit releases to the published events, otherwise it gets re-triggered on every release notes editing.
This commit is contained in:
parent
c1b65796f6
commit
3c3f4ecd51
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
release:
|
release:
|
||||||
branches: [main]
|
types: [published]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
release:
|
release:
|
||||||
branches: [main]
|
types: [published]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user