Browse Source

Make CI run on push to the master branch

Motivation: sometimes we push minor commits without a PR, but anyway sometimes they break the tests (or make something incompatible. e.g. versions update)
pull/4075/head
Oleksandr.Karpovich 5 months ago
parent
commit
5d4b44eea9
  1. 7
      .github/workflows/gradle-plugin.yml

7
.github/workflows/gradle-plugin.yml

@ -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:

Loading…
Cancel
Save