We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9182045 commit 9e2c036Copy full SHA for 9e2c036
.github/workflows/build-host.yml
@@ -6,11 +6,11 @@ name: Build on host OS
6
on:
7
push:
8
branches:
9
- - build/gcc14
+ - gcc14/wip
10
tags-ignore: '**'
11
pull_request:
12
13
14
15
permissions:
16
contents: read
.github/workflows/build-ide.yml
@@ -5,11 +5,11 @@ name: Build IDE examples
5
0 commit comments