Update test-snap-can-build.yml

https://github.com/aristocratos/btop/pull/684#issuecomment-1852801811
This commit is contained in:
kz6fittycent 2023-12-15 12:00:48 -06:00 committed by GitHub
parent 450b59b657
commit 49f425f356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,17 @@ name: 🧪 Test snap can be built on x86_64
on:
push:
branches: [ main ]
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build-linux.yml'
pull_request:
branches: [ main ]
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest