Skip to content

Commit

Permalink
Revert "init ci"
Browse files Browse the repository at this point in the history
This reverts commit fcc4aba.
  • Loading branch information
simonhir committed Jul 8, 2024
1 parent 5801c1b commit 9d9e72e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: build

on:
pull_request:
push:
branches:
- main

jobs:
maven:
build:
uses: ./.github/workflows/maven.yaml
with:
build-images: ${{ github.ref_name == 'main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false

jobs:
build-maven:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: release

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 9d9e72e

Please sign in to comment.