Skip to content

Commit

Permalink
Make CI run on push to the master branch
Browse files Browse the repository at this point in the history
Motivation: sometimes we push minor commits without a PR, but anyway sometimes they break the tests (or make something incompatible. e.g. versions update)
  • Loading branch information
eymar committed Dec 27, 2023
1 parent 1c7154b commit 5d4b44e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
paths:
- 'gradle-plugins/**'
- '.github/workflows/gradle-plugin.yml'
push:
branches:
- master
paths:
- 'gradle-plugins/**'
- '.github/workflows/gradle-plugin.yml'

jobs:
test-gradle-plugin:
strategy:
Expand Down

0 comments on commit 5d4b44e

Please sign in to comment.