mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 18:22:58 -03:00
Build packages in main branch, not develop and stable
This commit is contained in:
parent
ca3bdd4130
commit
3f73c31966
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -3,12 +3,10 @@ run-name: Build win32, win64, mac (Intel) 🚀
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- stable
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- stable
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-win64:
|
||||
|
|
Loading…
Add table
Reference in a new issue