mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
ci/TestReleaser: do not run on 'v*' tags or 'r*' branches
This commit is contained in:
2
.github/workflows/TestReleaser.yml
vendored
2
.github/workflows/TestReleaser.yml
vendored
@@ -5,8 +5,10 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
- '!tip'
|
- '!tip'
|
||||||
|
- '!v*'
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
- '!r*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 4'
|
- cron: '0 0 * * 4'
|
||||||
|
|||||||
Reference in New Issue
Block a user