Merge branch 'main' into osx-fix

This commit is contained in:
Jakob P. Liljenberg 2023-12-17 12:06:39 +01:00 committed by GitHub
commit b598f02468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +1,27 @@
name: 🧪 Test snap can be built on x86_64 name: 🧪 Test snap can be built on x86_64
on: on:
workflow_dispatch:
push: push:
branches: [ main ] branches: [ main ]
tags-ignore: tags-ignore:
- '*.*' - '*.*'
paths: paths:
- 'src/**' - 'src/**'
- '!src/osx/**' - '!src/osx/**'
- '!src/freebsd/**' - '!src/freebsd/**'
- 'include/**' - 'include/**'
- 'Makefile' - 'Makefile'
- '.github/workflows/continuous-build-linux.yml' - '.github/workflows/test-snap-can-build.yml'
pull_request: pull_request:
branches: [ main ] branches: [ main ]
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/test-snap-can-build.yml'
jobs: jobs:
build: build: