We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd248 commit 6538acaCopy full SHA for 6538aca
.github/workflows/publish.yaml
@@ -5,9 +5,8 @@ name: Publish
5
on:
6
pull_request:
7
branches: [ main ]
8
- types: [opened, synchronize, reopened, labeled, unlabeled]
9
push:
10
- tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
+ tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
11
12
jobs:
13
publish:
0 commit comments