Skip to content

Commit

Permalink
Allow prerelease pipeline for Probes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Nov 10, 2023
1 parent ce8846c commit dde2e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish Probes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
push:
tags:
- "Probes-v[0-9]+.[0-9]+.[0-9]+"
- "Probes-v[0-9]+.[0-9]+.[0-9]+*"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dde2e07

Please sign in to comment.