Skip to content

Commit fee5e2c

Browse files
author
AlexD
committed
Enable manual trigger; another option is push to main
1 parent b95e911 commit fee5e2c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/release-package.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
branches: [ main ]
55
paths:
66
- 'src/LEGO.AsyncAPI.Readers/**'
7-
- '!**/*.md'
8-
pull_request:
9-
types: [closed]
10-
branches: [ main ]
11-
paths:
12-
- 'src/LEGO.AsyncAPI.Readers/**'
13-
- '!**/*.md'
7+
- ".github/workflows/release-package.yml"
8+
- '!**/*.md'
9+
workflow_dispatch:
10+
1411
jobs:
1512
release:
1613
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)