Skip to content

Commit 3bdd865

Browse files
authored
Update cicd.yml
1 parent c2ce170 commit 3bdd865

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
16
steps:
27
- uses: actions/checkout@v4
38
- name: Set up JDK 11 for x64
@@ -6,3 +11,8 @@ steps:
611
java-version: '11'
712
distribution: 'temurin'
813
architecture: x64
14+
15+
16+
17+
18+

0 commit comments

Comments
 (0)