Skip to content

Commit

Permalink
Merge pull request #301 from MegaGlest/ci/appimage
Browse files Browse the repository at this point in the history
appimage.yml: Add path filters
  • Loading branch information
andy5995 authored Feb 3, 2025
2 parents fe188d1 + 167dde2 commit b268182
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ on:
branches: develop
pull_request:
branches: develop
paths:
- '**/appimage.yml'
- '**/docker-compose.yml'
- '**/build-appimage.sh'
- '**/AppRun'
- '**/.env'

jobs:
build-mg-appimage:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ concurrency:
on:
push:
branches: [ develop ]
paths-ignore:
- '**/appimage.yml'

pull_request:
branches: [ develop ]
paths-ignore:
- '**/appimage.yml'

jobs:
build-linux:
Expand Down Expand Up @@ -162,4 +167,4 @@ jobs:
name: megaglest-x64-macos
retention-days: 1
path: release/*.tar.bz2

0 comments on commit b268182

Please sign in to comment.