mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(pr-build): reinstate functionality
PR Build was never use because it have to be manually trigger
This commit is contained in:
parent
8ca6418630
commit
aaa114ba13
8
.github/workflows/pull-request-build.yml
vendored
8
.github/workflows/pull-request-build.yml
vendored
@ -1,7 +1,13 @@
|
|||||||
name: PR Build
|
name: PR Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
|
types:
|
||||||
|
- ready_for_review
|
||||||
|
branches:
|
||||||
|
- "**"
|
||||||
|
tags-ignore:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user