CHANGE: run condition, make it run on the same condition as existing workflows

This commit is contained in:
Christoph Johannes Kleine 2025-08-10 14:16:52 +02:00
parent f60aed3eed
commit 80b3ae207b
2 changed files with 8 additions and 4 deletions

View file

@ -2,9 +2,11 @@ name: Ubuntu Qt 5 C/C++ CI
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
jobs:
build:

View file

@ -2,9 +2,11 @@ name: Ubuntu Qt 6 C/C++ CI
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
jobs:
build: