Skip to content

Commit

Permalink
cleaup github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Apr 3, 2023
1 parent f8ad7e7 commit cccafc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: OverallBuild
name: Build

on:
push:
branches:
- '**'

jobs:
assembleWholeProject:
build:

runs-on: ubuntu-latest

Expand All @@ -17,7 +17,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Assemble
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'

jobs:
newRelease:
publish:
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit cccafc0

Please sign in to comment.