mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
.gitea: trigger PPA upload on tag
This commit is contained in:
parent
3941fe0a5f
commit
094db92d68
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 16 * * *'
|
- cron: '0 16 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- "release/*"
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue