Skip to content

Commit

Permalink
Check quality for any event in local repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed May 27, 2020
1 parent 56123b9 commit 4e8f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: mvn -B verify javadoc:javadoc --file pom.xml

quality:
if: github.event_name == 'push' && github.repository == 'xlate/staedi'
if: github.repository == 'xlate/staedi'
runs-on: ubuntu-latest
name: Verify Quality

Expand Down

0 comments on commit 4e8f561

Please sign in to comment.