mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 23:33:34 +00:00
ci: do not run build on push to all branches
This commit is contained in:
parent
1d4f7c0f91
commit
e936bce9ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -4,7 +4,7 @@ on:
|
||||||
- cron: "0 10 * * *"
|
- cron: "0 10 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "main"
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in a new issue