Add snapcraft.yaml to workflow paths

This commit is contained in:
Jakob P. Liljenberg
2025-11-02 08:58:23 +01:00
committed by GitHub
parent 585cb9130b
commit fbb33dd5a8

View File

@@ -14,6 +14,7 @@ on:
- 'include/**'
- 'Makefile'
- '.github/workflows/test-snap-can-build.yml'
- 'snap/snapcraft.yaml'
pull_request:
branches: [ main ]
paths:
@@ -25,6 +26,7 @@ on:
- 'include/**'
- 'Makefile'
- '.github/workflows/test-snap-can-build.yml'
- 'snap/snapcraft.yaml'
jobs:
build: