CI: Trigger CI on any branch on push

and don't trigger the CI when markdown files only have been updated
This commit is contained in:
Christopher Pelloux 2021-09-22 08:57:41 -04:00
parent 1ebd892ac1
commit 2e374dd3e5

View file

@ -2,9 +2,9 @@ name: CI Tests
on:
push:
branches: [ master ]
paths-ignore: ['**.md']
pull_request:
branches: [ master ]
paths-ignore: ['**.md']
jobs:
Doxygen: