ci(build): update event trigger

Run on every PR

Run on every Push, ignore main branch, and ignore tag
This commit is contained in:
Pun Butrach 2023-08-01 19:32:52 +07:00 committed by GitHub
parent aaa114ba13
commit c3212d0308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: