mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00:00
[gha] macos: another test
This commit is contained in:
parent
1a8a0df1df
commit
d9d7e98d38
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/build-osx.yml
|
- .github/workflows/build-macos.yml
|
||||||
- daemon/**
|
- daemon/**
|
||||||
- i18n/**
|
- i18n/**
|
||||||
- libi2pd/**
|
- libi2pd/**
|
||||||
|
|
@ -19,7 +19,8 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ci-macos
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue