Skip to content

Commit f7ac420

Browse files
authored
Added github workflow for pr branches
1 parent adc8775 commit f7ac420

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/gradle-pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: build-pr
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'main'
7+
8+
jobs:
9+
CI:
10+
uses: eclipse-lmos/.github/.github/workflows/gradle-ci.yml@main
11+
permissions:
12+
contents: read

0 commit comments

Comments
 (0)