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