mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-04-22 10:52:14 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
# Run on any pull request
|
tags:
|
||||||
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user