mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-10-18 17:50:22 +01:00
make it only trigger workflows when committing main branches
This commit is contained in:
parent
febf23f4be
commit
85513332eb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -3,7 +3,9 @@ name: Build All Platforms and Release
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- 'master'
|
||||
- 'main'
|
||||
- 'trunk'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue