We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a489cb5 commit 44b243cCopy full SHA for 44b243c
.github/workflows/build.yml
@@ -0,0 +1,14 @@
1
+name: Build
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ build:
10
+ name: Build
11
+ uses: soat-tech-challenge/github-workflows/.github/workflows/maven-bump-push-dockerhub.yml@main
12
+ secrets: inherit
13
+ with:
14
+ docker: false
.github/workflows/pull-request.yml
@@ -0,0 +1,16 @@
+name: Pull Request
+ pull_request:
+ workflow_dispatch:
+ uses: soat-tech-challenge/github-workflows/.github/workflows/maven-and-docker-build.yml@main
+ permissions:
+ contents: read
+ pull-requests: write
15
16
0 commit comments