mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Enable Github Actions CI for all branches by default
This commit is contained in:
parent
f8067aa592
commit
82efb83c43
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -4,11 +4,7 @@ name: GitHub Actions CI
|
|||||||
# Cache is not used for Ubuntu builds, because it already has all dependencies except
|
# Cache is not used for Ubuntu builds, because it already has all dependencies except
|
||||||
# the appropriate libtorrent version, which only takes 3-5 minutes to build from source anyway
|
# the appropriate libtorrent version, which only takes 3-5 minutes to build from source anyway
|
||||||
|
|
||||||
on:
|
on: [pull_request, push]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VCPKG_COMMIT: e4ce66eecfd3e5cca5eac06c971921bf8e37cf88
|
VCPKG_COMMIT: e4ce66eecfd3e5cca5eac06c971921bf8e37cf88
|
||||||
|
Loading…
x
Reference in New Issue
Block a user