Skip to content

Commit 44b243c

Browse files
Henrique ZaimHZaim
authored andcommitted
chore: pipeline workflow
1 parent a489cb5 commit 44b243c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Pull Request
2+
3+
on:
4+
pull_request:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
name: Build
10+
uses: soat-tech-challenge/github-workflows/.github/workflows/maven-and-docker-build.yml@main
11+
secrets: inherit
12+
permissions:
13+
contents: read
14+
pull-requests: write
15+
with:
16+
docker: false

0 commit comments

Comments
 (0)