mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 17:05:07 +01:00
Only run build check workflow for pushes to dev or master branches
This commit is contained in:
parent
842295348e
commit
e637f22540
7
.github/workflows/build_check.yml
vendored
7
.github/workflows/build_check.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: Build check
|
name: Build check
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user