Skip to content

Commit

Permalink
Invoking Gradle pipeline everywhere
Browse files Browse the repository at this point in the history
Now running the pipeline on every branch push and pull request
  • Loading branch information
climategadgets committed Apr 5, 2021
1 parent fcf20dd commit 04aaf23
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Java CI with Gradle

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 04aaf23

Please sign in to comment.