mirror of
https://github.com/Bareflank/hypervisor
synced 2026-08-17 06:23:04 -04:00
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:
parent
1ebd892ac1
commit
2e374dd3e5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
|
@ -2,9 +2,9 @@ name: CI Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore: ['**.md']
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore: ['**.md']
|
||||
|
||||
jobs:
|
||||
Doxygen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue