Add actions run for pull requests (macos) [skip actions]

This commit is contained in:
Jakob P. Liljenberg 2022-11-06 03:07:40 +01:00 committed by GitHub
parent f05bc65c3a
commit 899831e4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,17 @@ on:
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/*'
- '.github/workflows/continuous-build-macos.yml'
pull_request:
branches:
- main
paths:
- 'src/**'
- '!src/linux/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build-macos.yml'
jobs:
build-macos11: