[gha] build only when related to app and runner itself files are changed, disable temporary msvc

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2024-02-24 23:35:56 +00:00
parent a1dce017f4
commit 34154596f2
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
7 changed files with 174 additions and 68 deletions

View file

@ -1,6 +1,22 @@
name: Build on OSX
on: [push, pull_request]
on:
push:
branches:
- '*'
paths:
- .github/workflows/build-osx.yml
- daemon/**
- i18n/**
- libi2pd/**
- libi2pd_client/**
- Makefile
- Makefile.homebrew
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
build: