mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
publish on push
This commit is contained in:
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@@ -2,19 +2,12 @@ name: Publish Terminal.Gui
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, v2_release ]
|
||||
branches: [ main, develop, v2_release, v2_develop ]
|
||||
tags:
|
||||
- v*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
pull_request:
|
||||
branches: [ develop, v2_develop ]
|
||||
types:
|
||||
- closed
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
if: github.event.pull_request.merged == true
|
||||
|
||||
Reference in New Issue
Block a user