Skip to content

Commit

Permalink
ci: cleanup workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmewes committed May 15, 2023
1 parent 1a26a00 commit 2392053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
publish:
Expand All @@ -19,12 +18,6 @@ jobs:
with:
java-version: 11
distribution: 'zulu'
# - name: Cache SonarCloud packages
# uses: actions/cache@v3
# with:
# path: ~/.sonar/cache
# key: ${{ runner.os }}-sonar
# restore-keys: ${{ runner.os }}-sonar
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Test
on:
# push:
# branches:
# - master
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 2392053

Please sign in to comment.