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
|
name: PR Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types:
|
branches-ignore:
|
||||||
- ready_for_review
|
- main
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
Loading…
Reference in New Issue
Block a user