Skip to content

Commit 48e4ccd

Browse files
authored
Merge pull request #24 from AppleCommander/a2geek-patch-1
Update GitHub Actions workflow triggers and permissions
2 parents 414fe4a + 406cd6f commit 48e4ccd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/nativeCompile.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: GraalVM Native Image builds
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
permissions:
10+
contents: read
11+
312
jobs:
413
build:
514
name: asu on ${{ matrix.os }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)