mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +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:
parent
aaa114ba13
commit
c3212d0308
@ -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:
|
Loading…
Reference in New Issue
Block a user