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