mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
ci(build): update event trigger
Run on every PR Run on every Push, ignore main branch, and ignore tag
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
name: PR Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- ready_for_review
|
||||
branches:
|
||||
- "**"
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
tags-ignore:
|
||||
- "v*"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
Reference in New Issue
Block a user