Update test-snap-can-build.yml

whoops
This commit is contained in:
kz6fittycent 2023-12-15 12:01:45 -06:00 committed by GitHub
parent 49f425f356
commit 0a388647cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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