Skip to content

Commit 9182045

Browse files
committed
run
1 parent 5474ad8 commit 9182045

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build-host.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
name: Build on host OS
55

66
on:
7+
push:
8+
branches:
9+
- build/gcc14
10+
tags-ignore: '**'
711
pull_request:
12+
branches:
13+
- build/gcc14
814

915
permissions:
1016
contents: read

.github/workflows/build-ide.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
name: Build IDE examples
44

55
on:
6+
push:
7+
branches:
8+
- build/gcc14
9+
tags-ignore: '**'
610
pull_request:
11+
branches:
12+
- build/gcc14
713

814
permissions:
915
contents: read

0 commit comments

Comments
 (0)