Skip to content

Commit

Permalink
ci: run check also on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Sep 14, 2023
1 parent 4d42f52 commit 657da0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
gradle:
Expand Down

0 comments on commit 657da0e

Please sign in to comment.