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

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

View file

@ -14,6 +14,16 @@ on:
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
pull_request:
branches:
- main
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
jobs:
static-build: