mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-04-22 02:42:15 +00:00
fix: run CI/CD on PRs
This commit is contained in:
parent
13e719d1fb
commit
26289a7256
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -10,9 +10,12 @@ name: Build & test the project
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# Run on any pull request
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user