Skip to content

Commit

Permalink
chore: pipeline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Zaim authored and HZaim committed Jan 17, 2024
1 parent a489cb5 commit 44b243c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build

on:
push:
branches:
- main

jobs:
build:
name: Build
uses: soat-tech-challenge/github-workflows/.github/workflows/maven-bump-push-dockerhub.yml@main
secrets: inherit
with:
docker: false
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request

on:
pull_request:
workflow_dispatch:

jobs:
build:
name: Build
uses: soat-tech-challenge/github-workflows/.github/workflows/maven-and-docker-build.yml@main
secrets: inherit
permissions:
contents: read
pull-requests: write
with:
docker: false

0 comments on commit 44b243c

Please sign in to comment.