Rename self-hosted Mac CI workflow file for consistency

Call this file consistently with the other CI files and also ignore all
of the other files in each workflow to avoid unnecessary rebuilds.

Finally, remove a leftover mention of Travis file which doesn't exist
any longer.
This commit is contained in:
Vadim Zeitlin
2021-08-21 14:39:43 +02:00
parent 8ccfd32d04
commit 1a8e22d813
4 changed files with 15 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ on:
branches:
- master
paths-ignore:
- '.github/workflows/MacS-M1-make.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
@@ -24,7 +24,7 @@ on:
branches:
- master
paths-ignore:
- '.github/workflows/MacS-M1-make.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'

View File

@@ -7,6 +7,7 @@ on:
- master
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
@@ -24,6 +25,7 @@ on:
- master
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'

View File

@@ -1,12 +1,14 @@
name: Mac make CI
name: Mac builds
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'build/tools/travis-ci.sh'
- 'distrib/**'
- 'docs/**'
- 'interface/**'
@@ -30,8 +32,10 @@ on:
pull_request:
branches: [ master ]
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_msw_cross.yml'
- 'build/tools/appveyor*.bat'
- 'build/tools/travis-ci.sh'
- 'distrib/**'
- 'docs/**'
- 'interface/**'

View File

@@ -7,6 +7,8 @@ on:
- master
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
- 'docs/**'
@@ -25,6 +27,8 @@ on:
- master
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/workflows/ci_cmake.yml'
- '.github/workflows/ci_mac_selfhosted.yml'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
- 'docs/**'