Skip to content

Commit 9e2c036

Browse files
committed
run
1 parent 9182045 commit 9e2c036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-host.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Build on host OS
66
on:
77
push:
88
branches:
9-
- build/gcc14
9+
- gcc14/wip
1010
tags-ignore: '**'
1111
pull_request:
1212
branches:
13-
- build/gcc14
13+
- gcc14/wip
1414

1515
permissions:
1616
contents: read

.github/workflows/build-ide.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Build IDE examples
55
on:
66
push:
77
branches:
8-
- build/gcc14
8+
- gcc14/wip
99
tags-ignore: '**'
1010
pull_request:
1111
branches:
12-
- build/gcc14
12+
- gcc14/wip
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)