Fixing when actions trigger.

This commit is contained in:
Rob Greene
2025-10-20 16:35:23 -07:00
parent f1866703c2
commit 3c2c368d62
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ name: Build bt and st
on:
push:
branches: [ "main" ]
tags:
- '*'
pull_request:
branches: [ "main" ]
+12 -1
View File
@@ -1,5 +1,16 @@
name: GraalVM Native Image builds
on: [push, pull_request]
on:
push:
branches: [ "main" ]
tags:
- '*'
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
name: bt and st on ${{ matrix.os }}-${{ matrix.arch }}