Skip to content

Commit

Permalink
chore: pipeline workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn authored Jan 17, 2024
2 parents a489cb5 + 44b243c commit f20f2f8
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 f20f2f8

Please sign in to comment.