We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95e911 commit fee5e2cCopy full SHA for fee5e2c
.github/workflows/release-package.yml
@@ -4,13 +4,10 @@ on:
4
branches: [ main ]
5
paths:
6
- 'src/LEGO.AsyncAPI.Readers/**'
7
- - '!**/*.md'
8
- pull_request:
9
- types: [closed]
10
- branches: [ main ]
11
- paths:
12
- - 'src/LEGO.AsyncAPI.Readers/**'
13
+ - ".github/workflows/release-package.yml"
+ - '!**/*.md'
+ workflow_dispatch:
+
14
jobs:
15
release:
16
runs-on: ubuntu-latest
0 commit comments