mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +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:
|
||||
branches: [main]
|
||||
release:
|
||||
branches: [main]
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
release:
|
||||
branches: [main]
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user